Skip to content

Commit 92664fd

Browse files
author
Praneeth Ramesh
committed
fix: use pyiceberg[sql] to pull in sqlalchemy for SqlCatalog
1 parent ab211a3 commit 92664fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ dependencies = [
2525
s3 = ["s3fs>=2024.2"]
2626
gcs = ["gcsfs>=2024.2"]
2727
azure = ["adlfs>=2024.2"]
28-
iceberg = ["pyiceberg>=0.6"]
28+
iceberg = ["pyiceberg[sql]>=0.6"]
2929
all = ["s3fs>=2024.2", "gcsfs>=2024.2", "adlfs>=2024.2", "pyiceberg>=0.6"]
3030
dev = [
3131
"pytest>=8.0",
3232
"pytest-cov>=5.0",
3333
"ruff>=0.4",
3434
"pre-commit>=3.7",
3535
"moto[s3]>=5.0",
36-
"pyiceberg>=0.6",
36+
"pyiceberg[sql]>=0.6",
3737
"tqdm>=4.0",
3838
"mkdocs-material>=9.5",
3939
]

0 commit comments

Comments
 (0)