Skip to content

Commit

Permalink
chore(python): Pin pydantic in dev requirements <2.4.0 (#11312)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Sep 25, 2023
1 parent f08641a commit 5e0dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
numpy
pandas
pyarrow
pydantic >= 2.0.0
pydantic >= 2.0.0, <2.4.0 # 2.4.0 breaks pyiceberg interop
# Datetime / time zones
backports.zoneinfo; python_version < '3.9'
tzdata; platform_system == 'Windows'
Expand Down

0 comments on commit 5e0dc4d

Please sign in to comment.