Skip to content

Commit c8365ee

Browse files
committed
pin pydantic version <2.12.0
1 parent ce28e00 commit c8365ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requests = ">=2.20.0,<3.0.0"
5656
click = ">=7.1.1,<9.0.0"
5757
rich = ">=10.11.0,<15.0.0"
5858
strictyaml = ">=1.7.0,<2.0.0" # CVE-2020-14343 was fixed in 5.4.
59-
pydantic = ">=2.0,<3.0,!=2.4.0,!=2.4.1" # 2.4.0, 2.4.1 has a critical bug
59+
pydantic = ">=2.0,<3.0,!=2.4.0,!=2.4.1,<2.12.0" # 2.4.0, 2.4.1, 2.12.0 has a critical bug
6060
sortedcontainers = "2.4.0"
6161
fsspec = ">=2023.1.0"
6262
pyparsing = ">=3.1.0,<4.0.0"

0 commit comments

Comments
 (0)