Skip to content

Commit 066a124

Browse files
authored
Lock to pydantic v1 (#28)
1 parent 9a5fbea commit 066a124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ issues = "https://github.com/drc38/python-fronius-web/issues"
1414
[tool.poetry.dependencies]
1515
python = ">=3.10"
1616
httpx = ">=0.23"
17-
pydantic = ">=1.10,<3.0"
17+
pydantic = "^1.10"
1818
tenacity = "^8.1"
1919

2020

0 commit comments

Comments
 (0)