Skip to content

Commit 920329f

Browse files
authored
Merge pull request #90 from GrandMoff100/bugs/removed-autodoc-pydantic-from-required
Moved autodoc-pydantic to dev dependency
2 parents 3dfd714 + 36c2c56 commit 920329f

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ name = "HomeAssistant-API"
1717
readme = "README.md"
1818
include = ["homeassistant_api/py.typed"]
1919
repository = "https://github.com/GrandMoff100/HomeAssistantAPI"
20-
version = "3.0.3"
20+
version = "3.0.3.post1"
2121
[tool.poetry.dependencies]
2222
aiohttp = "^3.8.1"
2323
aiohttp-client-cache = "^0.6.1"
24-
autodoc-pydantic = "^1.6.1"
2524
pydantic = "^1.9.0"
2625
python = "^3.8"
2726
requests = "^2.26.0"
@@ -42,6 +41,7 @@ types-requests = "^2.27.9"
4241
types-simplejson = "^3.17.3"
4342
types-toml = "^0.10.4"
4443
mypy = "^0.931"
44+
autodoc-pydantic = "^1.6.1"
4545

4646
[[tool.poetry.packages]]
4747
include = "homeassistant_api"

0 commit comments

Comments
 (0)