update asyncpg 0.29.0 -> 0.30.0 to make Python 3.13 happy (#690)

asyncpg 0.29.0 is not compatible with Python 3.13
This commit is contained in:
Pavol Rusnak
2025-01-13 16:52:32 +01:00
committed by GitHub
parent d77376b367
commit 2a855920a7
2 changed files with 56 additions and 47 deletions

View File

@@ -32,7 +32,7 @@ bolt11 = "^2.0.5"
websockets = "^12.0"
slowapi = "^0.1.9"
cbor2 = "^5.6.2"
asyncpg = "^0.29.0"
asyncpg = "^0.30.0"
aiosqlite = "^0.20.0"
grpcio = "^1.65.1"
googleapis-common-protos = "^1.63.2"