fix: 升级 gunicorn 到22.0.0

This commit is contained in:
shaohuzhang1 2024-07-19 18:29:48 +08:00
parent 16851592c3
commit 00e24c079a

View File

@ -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"