fix: update asyncpg dependency to version 0.31.0

This commit is contained in:
Artem Kashaev
2025-11-27 10:57:12 +05:00
parent a97a76381f
commit b9f1eba6ff
2 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"alembic>=1.17.2",
"asyncpg>=0.30.0",
"asyncpg>=0.31.0",
"fastapi[standard]>=0.121.3",
"passlib[bcrypt]>=1.7.4",
"pyjwt>=2.9.0",