Skip to content

Commit

Permalink
fix(deps): Limited importlib-resources to < 6.2 due to breaking cha…
Browse files Browse the repository at this point in the history
…nges (#2310)
  • Loading branch information
edgarrmondragon authored Mar 13, 2024
1 parent 0d54ebe commit 2e3aff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -45,7 +45,7 @@ click = "~=8.0"
cryptography = ">=3.4.6"
fs = ">=2.4.16"
importlib-metadata = {version = "<8.0.0", python = "<3.12"}
importlib-resources = {version = ">=5.12.0", python = "<3.9"}
importlib-resources = {version = ">=5.12.0,<6.2.0", python = "<3.9"}
inflection = ">=0.5.1"
joblib = ">=1.3.0"
jsonpath-ng = ">=1.5.3"
Expand Down

0 comments on commit 2e3aff5

Please sign in to comment.