We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f99bc commit ca68963Copy full SHA for ca68963
1 file 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.2.0,<2.0.0",
+ "cloudevents>=1.2.0,<=1.11.0", # Must support python 3.7
31
"Werkzeug>=0.14,<4.0.0",
32
"httpx>=0.24.1",
33
]
0 commit comments