Skip to content

Commit 3a55ef7

Browse files
authored
fix: dagster depencies, now supporting dagster>=1.8.4,<2.0 (#40)
1 parent 174b6ff commit 3a55ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/dagster-delta/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "dagster-delta"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Deltalake IO Managers for Dagster with pyarrow and Polars support."
55
readme = "README.md"
66
requires-python = ">=3.9"
7-
dependencies = ["dagster>=1.11.1,<2.0", "deltalake>=1.0.0", "pendulum>=3.0.0"]
7+
dependencies = ["dagster>=1.8,<2.0", "deltalake>=1.0.0", "pendulum>=3.0.0"]
88
authors = [{ name = "Ion Koutsouris" }]
99
license-files = ["LICENSE", "licenses/elementl LICENSE"]
1010
classifiers = [

0 commit comments

Comments
 (0)