Skip to content

Commit 8b5d0cd

Browse files
author
Anshul Gupta
committed
Add version to greenlet
1 parent 4ff52b0 commit 8b5d0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"requests>=2.28.1,<3",
2929
"google-auth~=2.0",
30-
"greenlet",
30+
"greenlet>=3.2.0",
3131
]
3232

3333
[project.urls]
@@ -83,4 +83,4 @@ include = ["."]
8383
exclude = ["**/node_modules", "**/__pycache__"]
8484
reportMissingImports = true
8585
reportMissingTypeStubs = false
86-
pythonVersion = "3.7"
86+
pythonVersion = "3.7"

0 commit comments

Comments
 (0)