We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41ee77 commit d59780dCopy full SHA for d59780d
2 files changed
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.11.0,<=1.12.0", # Must support python 3.8
+ "cloudevents>=2.1.0,<=2.1.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'",
setup.py
@@ -54,7 +54,7 @@
54
55
56
57
- "cloudevents>=1.2.0,<2.0.0",
+ "cloudevents>=2.1.0,<2.2.0",
58
59
],
60
extras_require={
0 commit comments