Skip to content

Commit

Permalink
pin polars <0.20.17 (#20796)
Browse files Browse the repository at this point in the history
https://dagsterlabs.slack.com/archives/C03EQ628RS7/p1711648459441669

Latest version is breaking tests. Could land this to get the build green
unless the fix is easy
  • Loading branch information
johannkm authored and rexledesma committed Mar 29, 2024
1 parent 99880fd commit 9ff8675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_modules/libraries/dagster-polars/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def get_version() -> str:
packages=find_packages(exclude=["dagster_polars_tests*"]),
python_requires=">=3.8,<3.13",
install_requires=[
"dagster==1.6.13",
"polars>=0.20.0",
f"dagster{pin}",
"polars>=0.20.0,<0.20.17",
"pyarrow>=8.0.0",
"typing-extensions>=4.7.0",
"universal_pathlib>=0.1.4",
Expand Down

0 comments on commit 9ff8675

Please sign in to comment.