File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ sed -i '/^polars-cloud$/d' polars/py-polars/requirements-dev.txt
33
33
# Deltalake release 1.0.0 contains breaking changes for Polars. So we're adding an upper pinning temporarily
34
34
# until things get resolved. Tracking Issue: https://github.com/pola-rs/polars/issues/22999
35
35
sed -i ' s/^deltalake>=0.15.0.*/deltalake>=0.15.0,<1.0.0/' polars/py-polars/requirements-dev.txt
36
+ # pyiceberg depends on a non-documented attribute of pydantic.
37
+ # AttributeError: 'pydantic_core._pydantic_core.ValidationInfo' object has no attribute 'current_schema_id'
38
+ sed -i ' s/^pydantic>=2.0.0.*/pydantic>=2.0.0,<2.12.0/' polars/py-polars/requirements-dev.txt
36
39
rapids-pip-retry install -r polars/py-polars/requirements-dev.txt -r polars/py-polars/requirements-ci.txt
37
40
38
41
# shellcheck disable=SC2317
You can’t perform that action at this time.
0 commit comments