bump typing-extensions version

This commit is contained in:
collerek
2022-07-04 16:43:32 +02:00
parent 3ac3b5066e
commit 3b171ddfd4
2 changed files with 115 additions and 102 deletions

View File

@ -61,7 +61,7 @@ version = ">=3.6.4"
optional = true
[tool.poetry.dependencies.typing-extensions]
version = "^3.7"
version = ">=3.7,<=5.0"
python = "<3.8"
[tool.poetry.dependencies.importlib-metadata]