Update asyncpg

This commit is contained in:
2022-04-09 16:22:26 +03:00
parent a4491a932b
commit b687c48fd6
2 changed files with 31 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ httpx = "^0.22.0"
aioredis = "^2.0.1"
orjson = "^3.6.6"
prometheus-fastapi-instrumentator = "^5.7.1"
asyncpg = "<0.25"
asyncpg = ">=0.25"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.8"