Skip to content

Commit

Permalink
pin deltalake
Browse files Browse the repository at this point in the history
  • Loading branch information
clairelin135 committed Aug 15, 2024
1 parent 2000c1b commit f9dc9e6
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 @@ -44,7 +44,7 @@ def get_version() -> str:
"universal_pathlib>=0.1.4",
],
extras_require={
"deltalake": ["deltalake>=0.15.0"],
"deltalake": ["deltalake>=0.15.0,<0.19"],
"gcp": ["dagster-gcp>=0.19.5"],
"test": [
"pytest>=8",
Expand Down

0 comments on commit f9dc9e6

Please sign in to comment.