We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d4771 commit 84ac10eCopy full SHA for 84ac10e
1 file changed
pyproject.toml
@@ -17,7 +17,7 @@ classifiers = [
17
[tool.poetry.dependencies]
18
python = "^3.7"
19
google-api-python-client = "^2.46.0"
20
-typing-extensions = "^3.10.0"
+typing-extensions = ">=3.10.0, <5.0.0"
21
22
[tool.poetry.dev-dependencies]
23
mypy = "^0.950"
0 commit comments