We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff52b0 commit 8b5d0cdCopy full SHA for 8b5d0cd
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
dependencies = [
28
"requests>=2.28.1,<3",
29
"google-auth~=2.0",
30
- "greenlet",
+ "greenlet>=3.2.0",
31
]
32
33
[project.urls]
@@ -83,4 +83,4 @@ include = ["."]
83
exclude = ["**/node_modules", "**/__pycache__"]
84
reportMissingImports = true
85
reportMissingTypeStubs = false
86
-pythonVersion = "3.7"
+pythonVersion = "3.7"
0 commit comments