Skip to content

Commit 0a7c555

Browse files
build: allow 3.0.0 delta-spark
1 parent af6bff1 commit 0a7c555

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ packages = [
3333
python = ">=3.10,<3.13" # breaking changes beyond 3.12
3434
boto3 = ">=1.34.162,<1.36" # breaking change beyond 1.36
3535
botocore = ">=1.34.162,<1.36" # breaking change beyond 1.36
36-
delta-spark = ">3.0.0,<=3.2.0"
36+
delta-spark = ">=3.0.0,<=3.2.0"
3737
duckdb = "1.1.3" # breaking changes beyond 1.1
3838
Jinja2 = "3.1.6"
3939
lxml = "6.1.1"

0 commit comments

Comments
 (0)