Skip to content

Commit

Permalink
fix(deps): bump polars lower bound (#8841)
Browse files Browse the repository at this point in the history
Bump polars lower bound due to its breaking changes.
  • Loading branch information
cpcloud authored Apr 1, 2024
1 parent 573ea86 commit 125e4ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environment-arm64-flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pins >=0.8.2
- poetry-core >=1.0.0
- poetry-dynamic-versioning >=0.18.0
- polars >=0.19
- polars >=0.20.17
- psycopg2 >=2.8.4
- pyarrow =11.0.0
- pyarrow-tests
Expand Down
2 changes: 1 addition & 1 deletion conda/environment-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pins >=0.8.2
- poetry-core >=1.0.0
- poetry-dynamic-versioning >=0.18.0
- polars >=0.19
- polars >=0.20.17
- psycopg2 >=2.8.4
- pyarrow >=2
- pyarrow-tests
Expand Down
2 changes: 1 addition & 1 deletion conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- pip
- poetry-core >=1.0.0
- poetry-dynamic-versioning >=0.18.0
- polars >=0.19
- polars >=0.20.17
- psycopg2 >=2.8.4
- pyarrow >=2
- pyarrow-hotfix >=0.4
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ oracledb = { version = ">=1.3.1,<3", optional = true }
packaging = { version = ">=21.3,<25", optional = true }
pins = { version = ">=0.8.3,<1", extras = ["gcs"], optional = true }
fsspec = { version = "<2024.3.0", optional = true }
polars = { version = ">=0.19.3,<1", optional = true }
polars = { version = ">=0.20.17,<1", optional = true }
psycopg2 = { version = ">=2.8.4,<3", optional = true }
pydata-google-auth = { version = ">=1.4.0,<2", optional = true }
# we don't use sqlalchemy, but pydruid inadvertently requires it,
Expand Down

0 comments on commit 125e4ad

Please sign in to comment.