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 dlt-hub#2203
  • Loading branch information
jonbiemond committed Jan 12, 2025
1 parent cbcff92 commit 83e93f7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 37 deletions.
68 changes: 32 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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,<3.0.0", optional = true}
pyathena = {version = ">=2.9.6", optional = true}
weaviate-client = {version = ">=3.22", optional = true}
adlfs = {version = ">=2024.7.0", optional = true}
Expand Down

0 comments on commit 83e93f7

Please sign in to comment.