Skip to content

Commit beefa70

Browse files
committed
upgrade pyiceberg-core
1 parent 2b84bf5 commit beefa70

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pyiceberg = "pyiceberg.cli.console:run"
5656
[project.optional-dependencies]
5757
pyarrow = [
5858
"pyarrow>=17.0.0",
59-
"pyiceberg-core>=0.5.1,<0.8.0",
59+
"pyiceberg-core>=0.5.1,<0.9.0",
6060
]
6161
pandas = [
6262
"pandas>=1.0.0,<3.0.0",
@@ -94,7 +94,7 @@ sql-sqlite = ["sqlalchemy>=2.0.18,<3"]
9494
gcsfs = ["gcsfs>=2023.1.0"]
9595
rest-sigv4 = ["boto3>=1.24.59"]
9696
hf = ["huggingface-hub>=0.24.0"]
97-
pyiceberg-core = ["pyiceberg-core>=0.5.1,<0.8.0"]
97+
pyiceberg-core = ["pyiceberg-core>=0.5.1,<0.9.0"]
9898
datafusion = ["datafusion>=45,<49"]
9999
gcp-auth = ["google-auth>=2.4.0"]
100100

uv.lock

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

0 commit comments

Comments
 (0)