gunicorn update

This commit is contained in:
Roni Gurvich 2024-05-05 13:25:59 +03:00
parent 918367cc7b
commit 32a085accf
No known key found for this signature in database
GPG key ID: 5E8C31F393B90F42
2 changed files with 570 additions and 603 deletions

1171
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,7 @@ aiohttp = "*"
requests = "^2.31.0"
uvicorn = {version = "^0.22.0", optional = true}
gunicorn = {version = "^21.2.0", optional = true}
gunicorn = {version = "^22.0.0", optional = true}
fastapi = {version = "^0.109.1", optional = true}
backoff = {version = "*", optional = true}
pyyaml = {version = "^6.0.1", optional = true}