Skip to content

Commit bd80f39

Browse files
committed
include pyiceberg-core
1 parent dd888ec commit bd80f39

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ psycopg2-binary = { version = ">=2.9.6", optional = true }
7979
sqlalchemy = { version = "^2.0.18", optional = true }
8080
getdaft = { version = ">=0.2.12", optional = true }
8181
cachetools = "^5.5.0"
82+
pyiceberg-core = { version = "^0.4.0", optional = true }
8283

8384
[tool.poetry.group.dev.dependencies]
8485
pytest = "7.4.4"
@@ -827,6 +828,10 @@ ignore_missing_imports = true
827828
module = "daft.*"
828829
ignore_missing_imports = true
829830

831+
[[tool.mypy.overrides]]
832+
module = "pyiceberg_core.*"
833+
ignore_missing_imports = true
834+
830835
[[tool.mypy.overrides]]
831836
module = "pyparsing.*"
832837
ignore_missing_imports = true
@@ -886,6 +891,7 @@ zstandard = ["zstandard"]
886891
sql-postgres = ["sqlalchemy", "psycopg2-binary"]
887892
sql-sqlite = ["sqlalchemy"]
888893
gcsfs = ["gcsfs"]
894+
pyiceberg-core = ["pyiceberg-core"]
889895

890896
[tool.pytest.ini_options]
891897
markers = [

0 commit comments

Comments
 (0)