Skip to content

Commit 3cfed6d

Browse files
committed
fix: add support for importlib_metadata 6
1 parent 672ff94 commit 3cfed6d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ pyyaml = ">=3.08"
4646
argcomplete = ">=1.12.1,<3.1"
4747
typing-extensions = { version = "^4.0.1", python = "<3.8" }
4848
charset-normalizer = ">=2.1.0,<4"
49-
# Use the Python 3.11 compatible API: https://github.com/python/importlib_metadata#compatibility
50-
importlib_metadata = { version = ">=4.13,<5"}
49+
# Use the Python 3.11 and 3.12 compatible API: https://github.com/python/importlib_metadata#compatibility
50+
importlib_metadata = { version = ">=4.13,<7"}
5151

5252
[tool.poetry.group.dev.dependencies]
5353
ipython = "^7.34"

0 commit comments

Comments
 (0)