Re: [PR] Fix dependency with `deptry` [iceberg-python]

2024-04-18 Thread via GitHub
Fokko commented on code in PR #534: URL: https://github.com/apache/iceberg-python/pull/534#discussion_r1571256522 ## pyproject.toml: ## @@ -72,6 +72,10 @@ gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true } psycopg2-binary = { version = ">=2.9.6", optional = true } s

[PR] Fix dependency with `deptry` [iceberg-python]

2024-03-19 Thread via GitHub
kevinjqliu opened a new pull request, #534: URL: https://github.com/apache/iceberg-python/pull/534 Resolve dependency errors found by `deptry` (added in #528). From 27 -> 17 errors * `botocore` (4 errors) * `typing_extensions` (5 errors) * `pydantic_core` (1 error) De