8000 chore(deps): Remove gunicorn version upper bound (#276) · cofin/functions-framework-python@cbc0d0a · GitHub
[go: up one dir, main page]

Skip to content

Commit cbc0d0a

Browse files
chore(deps): Remove gunicorn version upper bound (GoogleCloudPlatform#276)
1 parent 8e904c5 commit cbc0d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"flask>=1.0,<3.0",
5555
"click>=7.0,<9.0",
5656
"watchdog>=1.0.0",
57-
"gunicorn>=19.2.0,<21.0; platform_system!='Windows'",
57+
"gunicorn>=19.2.0; platform_system!='Windows'",
5858
"cloudevents>=1.2.0,<2.0.0",
5959
],
6060
entry_points={

0 commit comments

Comments
 (0)
0