Skip to content

Commit 323077c

Browse files
committed
upgrade pyiceberg-core to 0.9.0
1 parent 77bf961 commit 323077c

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pyiceberg = "pyiceberg.cli.console:run"
5555
[project.optional-dependencies]
5656
pyarrow = [
5757
"pyarrow>=17.0.0",
58-
"pyiceberg-core>=0.5.1,<0.9.0",
58+
"pyiceberg-core>=0.5.1,<0.10.0",
5959
]
6060
pandas = [
6161
"pandas>=1.0.0",
@@ -93,7 +93,7 @@ sql-sqlite = ["sqlalchemy>=2.0.18,<3"]
9393
gcsfs = ["gcsfs>=2023.1.0"]
9494
rest-sigv4 = ["boto3>=1.24.59"]
9595
hf = ["huggingface-hub>=0.24.0"]
96-
pyiceberg-core = ["pyiceberg-core>=0.5.1,<0.9.0"]
96+
pyiceberg-core = ["pyiceberg-core>=0.5.1,<0.10.0"]
9797
datafusion = ["datafusion>=51,<53"]
9898
gcp-auth = ["google-auth>=2.4.0"]
9999
entra-auth = ["azure-identity>=1.25.1"]

uv.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)