Skip to content

Commit

Permalink
pin dagster-polars to 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rexledesma committed Mar 29, 2024
1 parent 9ff8675 commit 8100adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-polars/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_version() -> str:
packages=find_packages(exclude=["dagster_polars_tests*"]),
python_requires=">=3.8,<3.13",
install_requires=[
f"dagster{pin}",
"dagster==1.6.13",
"polars>=0.20.0,<0.20.17",
"pyarrow>=8.0.0",
"typing-extensions>=4.7.0",
Expand Down

0 comments on commit 8100adf

Please sign in to comment.