Skip to content

Commit

Permalink
upgrade pyiceberg version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorritsandbrink committed Dec 10, 2024
1 parent 9c44290 commit 6992d56
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install 'pyarrow>=17.0.0'

## Iceberg dependencies

You need the `pyiceberg` package to use this format:
You need Python version 3.9 or higher and the `pyiceberg` package to use this format:

```sh
pip install "dlt[pyiceberg]"
Expand Down
110 changes: 50 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ db-dtypes = { version = ">=1.2.0", optional = true }
# https://github.com/apache/airflow/issues/28723
# pyiceberg = { version = ">=0.7.1", optional = true, extras = ["sql-sqlite"] }
# we will rely on manual installation of `sqlalchemy>=2.0.18` instead
pyiceberg = { version = ">=0.7.1", optional = true }
pyiceberg = { version = ">=0.8.1", python = ">=3.9", optional = true }

[tool.poetry.extras]
gcp = ["grpcio", "google-cloud-bigquery", "db-dtypes", "gcsfs"]
Expand Down

0 comments on commit 6992d56

Please sign in to comment.