Fokko commented on PR #1584: URL: https://github.com/apache/iceberg-python/pull/1584#issuecomment-2619049552
@kevinjqliu Are we using this today? It seems that it fails: ``` ➜ iceberg-python git:(main) poetry run deptry . Scanning 78 files... build-module.py:26:12: DEP004 'Cython' imported but declared as a dev dependency build-module.py:27:5: DEP004 'Cython' imported but declared as a dev dependency build-module.py:28:5: DEP003 'setuptools' imported but it is a transitive dependency build-module.py:29:5: DEP003 'setuptools' imported but it is a transitive dependency dev/provision.py:18:1: DEP004 'pyspark' imported but declared as a dev dependency dev/provision.py:19:1: DEP004 'pyspark' imported but declared as a dev dependency mkdocs/gen_doc_stubs.py:20:8: DEP004 'griffe' imported but declared as a dev dependency mkdocs/gen_doc_stubs.py:21:8: DEP004 'mkdocs_gen_files' imported but declared as a dev dependency pyiceberg/catalog/glue.py:32:1: DEP003 'botocore' imported but it is a transitive dependency pyiceberg/catalog/hive.py:35:1: DEP001 'hive_metastore' imported but missing from the dependency definitions pyiceberg/catalog/hive.py:36:1: DEP001 'hive_metastore' imported but missing from the dependency definitions pyiceberg/catalog/hive.py:53:1: DEP001 'hive_metastore' imported but missing from the dependency definitions pyiceberg/catalog/hive.py:54:1: DEP001 'hive_metastore' imported but missing from the dependency definitions pyiceberg/catalog/rest.py:479:9: DEP003 'botocore' imported but it is a transitive dependency pyiceberg/catalog/rest.py:480:9: DEP003 'botocore' imported but it is a transitive dependency pyiceberg/io/fsspec.py:34:1: DEP003 'botocore' imported but it is a transitive dependency pyiceberg/io/fsspec.py:35:1: DEP003 'botocore' imported but it is a transitive dependency pyiceberg/manifest.py:38:1: DEP003 'pydantic_core' imported but it is a transitive dependency pyiceberg/partitioning.py:43:1: DEP004 'typing_extensions' imported but declared as a dev dependency pyiceberg/table/metadata.py:33:1: DEP004 'typing_extensions' imported but declared as a dev dependency pyiceberg/table/refs.py:21:1: DEP004 'typing_extensions' imported but declared as a dev dependency pyiceberg/table/sorting.py:35:1: DEP004 'typing_extensions' imported but declared as a dev dependency pyiceberg/table/update/__init__.py:26:1: DEP004 'typing_extensions' imported but declared as a dev dependency pyiceberg/typedef.py:41:1: DEP004 'typing_extensions' imported but declared as a dev dependency pyiceberg/types.py:53:1: DEP003 'pydantic_core' imported but it is a transitive dependency pyproject.toml: DEP002 'pandas' defined as a dependency but not used in the codebase pyproject.toml: DEP002 'psycopg2-binary' defined as a dependency but not used in the codebase vendor/hive_metastore/ThriftHiveMetastore.py:28:8: DEP001 'fb303' imported but missing from the dependency definitions Found 28 dependency issues. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
