Skip to content

Commit 5f8c387

Browse files
committed
Update pydantic pin to handle broken 2.12 version
1 parent c9019ec commit 5f8c387

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
@@ -55,7 +55,7 @@ requests = ">=2.20.0,<3.0.0"
5555
click = ">=7.1.1,<9.0.0"
5656
rich = ">=10.11.0,<14.0.0"
5757
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
58+
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
5959
sortedcontainers = "2.4.0"
6060
fsspec = ">=2023.1.0"
6161
pyparsing = ">=3.1.0,<4.0.0"

0 commit comments

Comments
 (0)