Update deps

This commit is contained in:
2022-05-13 22:05:12 +03:00
parent 7d3ae8e4aa
commit 4c29c3e2af
2 changed files with 55 additions and 53 deletions

View File

@@ -6,14 +6,14 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.71.0"
httpx = "^0.21.1"
fastapi = ">=0.77.1"
httpx = "^0.22.0"
transliterate = "^1.10.2"
uvicorn = {extras = ["standart"], version = "^0.16.0"}
prometheus-fastapi-instrumentator = "^5.7.1"
uvicorn = {extras = ["standart"], version = "^0.17.6"}
prometheus-fastapi-instrumentator = "^5.8.1"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.10"
sentry-sdk = "^1.5.12"
asynctempfile = "^0.5.0"
[tool.poetry.dev-dependencies]