Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/dlt-hub/dlt into feat/1996…
Browse files Browse the repository at this point in the history
…-iceberg-filesystem
  • Loading branch information
jorritsandbrink committed Dec 2, 2024
2 parents 0517a95 + b4d807f commit 1c2b9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 101 deletions.
96 changes: 2 additions & 94 deletions poetry.lock

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

7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ alembic = {version = ">1.10.0", optional = true}
paramiko = {version = ">=3.3.0", optional = true}
sqlglot = {version = ">=20.0.0", optional = true}
db-dtypes = { version = ">=1.2.0", optional = true }
aiohttp = { version = ">=3.9", optional = true }
# `sql-sqlite` extra leads to dependency conflict with `apache-airflow` because `apache-airflow`
# requires `sqlalchemy<2.0.0` while the extra requires `sqlalchemy>=2.0.18`
# 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 }

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

0 comments on commit 1c2b9b4

Please sign in to comment.