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 2cf966f commit 31ec87bCopy full SHA for 31ec87b
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"click>=7.0,<9.0",
28
"watchdog>=1.0.0",
29
"gunicorn>=22.0.0; platform_system!='Windows'",
30
- "cloudevents>=1.12.0,<=1.12.0", # Must support python 3.7
+ "cloudevents>=1.11.0,<=1.12.0", # Must support python 3.8
31
"Werkzeug>=0.14,<4.0.0",
32
"starlette>=0.37.0,<1.0.0; python_version>='3.8'",
33
"uvicorn>=0.18.0,<1.0.0; python_version>='3.8'",
0 commit comments