Skip to content

Commit 17746cd

Browse files
authored
Limit the maximum pydantic version in pyproject.toml (#1472)
* Add max pydantic version due to its bug * update poetry lock file
1 parent 1a54208 commit 17746cd

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Flexcompute <[email protected]>"]
66

77
[tool.poetry.dependencies]
88
python = ">=3.9,<3.13"
9-
pydantic = ">=2.8"
9+
pydantic = ">=2.8,<2.12"
1010
pytest = "^7.1.2"
1111
click = "^8.1.3"
1212
toml = "^0.10.2"

0 commit comments

Comments
 (0)