Update libs

This commit is contained in:
2022-07-07 21:46:28 +03:00
parent 49a484bf35
commit 766abc353f
2 changed files with 13 additions and 35 deletions

View File

@@ -6,11 +6,11 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.77.1"
fastapi = ">=0.78.0"
httpx = ">=0.23.0"
transliterate = "^1.10.2"
uvicorn = {extras = ["standart"], version = "^0.17.6"}
prometheus-fastapi-instrumentator = "^5.8.1"
uvicorn = {version = ">=0.18.2", extras = ["standart"]}
prometheus-fastapi-instrumentator = ">=5.8.2"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.12"