We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pydantic
2.12
1 parent c9019ec commit 5f8c387Copy full SHA for 5f8c387
1 file changed
pyproject.toml
@@ -55,7 +55,7 @@ requests = ">=2.20.0,<3.0.0"
55
click = ">=7.1.1,<9.0.0"
56
rich = ">=10.11.0,<14.0.0"
57
strictyaml = ">=1.7.0,<2.0.0" # CVE-2020-14343 was fixed in 5.4.
58
-pydantic = ">=2.0,<3.0,!=2.4.0,!=2.4.1" # 2.4.0, 2.4.1 has a critical bug
+pydantic = ">=2.0,<2.12,!=2.4.0,!=2.4.1,!=2.9.0,!=2.9.1" # 2.4.0, 2.4.1 has a critical bug
59
sortedcontainers = "2.4.0"
60
fsspec = ">=2023.1.0"
61
pyparsing = ">=3.1.0,<4.0.0"
0 commit comments