Skip to content

Commit 076c7cd

Browse files
fix: temporary upper pin for pydantic (#2702)
Signed-off-by: Pascal Marco Caversaccio <[email protected]> Co-authored-by: El De-dog-lo <[email protected]>
1 parent 885cb13 commit 076c7cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
"packaging>=23.0,<24",
101101
"pandas>=2.2.2,<3",
102102
"pluggy>=1.3,<2",
103-
"pydantic>=2.10.0,<3",
103+
# TODO: 2.12 introduces a breaking change (see #2701)
104+
"pydantic>=2.10.0,<2.12.0",
104105
"pydantic-settings>=2.5.2,<3",
105106
"pytest>=8.0,<9.0",
106107
"python-dateutil>=2.8.2,<3",

0 commit comments

Comments
 (0)