We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce28e00 commit c8365eeCopy full SHA for c8365ee
1 file changed
pyproject.toml
@@ -56,7 +56,7 @@ requests = ">=2.20.0,<3.0.0"
56
click = ">=7.1.1,<9.0.0"
57
rich = ">=10.11.0,<15.0.0"
58
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
+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
60
sortedcontainers = "2.4.0"
61
fsspec = ">=2023.1.0"
62
pyparsing = ">=3.1.0,<4.0.0"
0 commit comments