Skip to content

Commit 0c3ce02

Browse files
committed
Add negative dependency for Pydantic 2.4.0
pydantic/pydantic#7611
1 parent 6892138 commit 0c3ce02

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
@@ -36,7 +36,7 @@ dependencies = [
3636
"typing_extensions>=4.6.1,<5",
3737
"importlib_resources>=6.0.1,<7",
3838
"more_itertools>=10.1.0,<11",
39-
"pydantic>=2.3.0,<3",
39+
"pydantic>=2.3.0,<3,!=2.4.0",
4040
"Jinja2>=3.1.2,<4",
4141
"pyjson5>=1.6.3,<2",
4242
"pluggy>=1.3.0,<2",

0 commit comments

Comments
 (0)