Skip to content

Commit 7940018

Browse files
authored
keep cloudevents version
1 parent 7e5d493 commit 7940018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"click>=7.0,<9.0",
2828
"watchdog>=1.0.0",
2929
"gunicorn>=22.0.0; platform_system!='Windows'",
30-
"cloudevents>=1.12.0,<=1.12.0", # Must support python 3.7
30+
"cloudevents>=1.2.0,<=1.11.0", # Must support python 3.7
3131
"Werkzeug>=0.14,<4.0.0",
3232
"starlette>=0.37.0,<1.0.0; python_version>='3.8'",
3333
"uvicorn>=0.18.0,<1.0.0; python_version>='3.8'",

0 commit comments

Comments
 (0)