We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5fbea commit 066a124Copy full SHA for 066a124
1 file changed
pyproject.toml
@@ -14,7 +14,7 @@ issues = "https://github.com/drc38/python-fronius-web/issues"
14
[tool.poetry.dependencies]
15
python = ">=3.10"
16
httpx = ">=0.23"
17
-pydantic = ">=1.10,<3.0"
+pydantic = "^1.10"
18
tenacity = "^8.1"
19
20
0 commit comments