Skip to content

Commit

Permalink
Update pipdeptree version to remove dependency on pip
Browse files Browse the repository at this point in the history
Increase the `pipdeptree` requirement version
to be ">=2.23.2".
This release of `pipdeptree` removes all
references to `pip`.
tox-dev/pipdeptree#402
The deploy command, which uses `pipdeptree`,
may now be used in environments without `pip`.

Fixes #2203
  • Loading branch information
jonbiemond committed Jan 12, 2025
1 parent c7c3370 commit 7986565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ gcsfs = {version = ">=2022.4.0", optional = true}
botocore = {version = ">=1.28", optional = true}
snowflake-connector-python = {version = ">=3.5.0", optional = true}
cron-descriptor = {version = ">=1.2.32", optional = true}
pipdeptree = {version = ">=2.9.0,<2.10", optional = true}
pipdeptree = {version = ">=2.23.2", optional = true}
pyathena = {version = ">=2.9.6", optional = true}
weaviate-client = {version = ">=3.22", optional = true}
adlfs = {version = ">=2024.7.0", optional = true}
Expand All @@ -92,7 +92,7 @@ db-dtypes = { version = ">=1.2.0", 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"] }
# 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.8.1", python = ">=3.9", optional = true }
databricks-sdk = {version = ">=0.38.0", optional = true}
Expand Down

0 comments on commit 7986565

Please sign in to comment.