Skip to content

Commit 996f29f

Browse files
Update gunicorn requirement from <21,>=20 to >=20,<22 (#1045)
1 parent f29450e commit 996f29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ sanic>=22,<23; python_version>"3.6"
1818
starlette>=0.14,<1
1919
tornado>=6,<7
2020
uvicorn<1 # The oldest version can vary among Python runtime versions
21-
gunicorn>=20,<21
21+
gunicorn>=20,<22
2222
websocket_client>=1.2.3,<2 # Socket Mode 3rd party implementation

0 commit comments

Comments
 (0)