From 9a8d68337db3f3a820379bc694852a4fe841dbde Mon Sep 17 00:00:00 2001 From: Boxiang Zhu Date: Sat, 7 Oct 2023 14:39:11 +0800 Subject: [PATCH] fix: Updated the version of gunicorn The related patch: https://review.opendev.org/c/openstack/requirements/+/884564 Change-Id: I40786189b960500257967d93f976d528ade12de2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18ca3d8..2681bac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pbr>=5.8.0 # Apache-2.0 fastapi<=0.58.1 # MIT pydantic<=1.8.2 # MIT uvicorn<=0.17.6 # BSD License (3 clause) -gunicorn<=20.1.0 # MIT +gunicorn>=20.1.0 # MIT python-jose<=3.3.0 # MIT databases<=0.5.5 # BSD License (3 clause) aiomysql<=0.1.1 # MIT