Skip to content

Commit ef86d15

Browse files
fix: missing typing-extensions dependency (#534)
fix #533
1 parent fe22758 commit ef86d15

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ python = ">=3.9,<4.0"
6868
docker = "*" # ">=4.0"
6969
urllib3 = "*" # "<2.0"
7070
wrapt = "*" # "^1.16.0"
71+
typing-extensions = "*"
7172

7273
# community modules
7374
python-arango = { version = "^7.8", optional = true }

0 commit comments

Comments
 (0)