From 00e24c079ad8502024e3b17d09582ce97175b403 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Fri, 19 Jul 2024 18:29:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=20gunicorn=20?= =?UTF-8?q?=E5=88=B022.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95c1f774f..6dfa01eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ websocket-client = "^1.7.0" langchain-google-genai = "^1.0.3" openpyxl = "^3.1.2" xlrd = "^2.0.1" -gunicorn = "21.2.0" +gunicorn = "^22.0.0" python-daemon = "3.0.1" uvicorn = "0.22.0"