Skip to content

Commit

Permalink
update asyncpg 0.29.0 -> 0.30.0 to make Python 3.13 happy (#690)
Browse files Browse the repository at this point in the history
asyncpg 0.29.0 is not compatible with Python 3.13
  • Loading branch information
prusnak authored Jan 13, 2025
1 parent d77376b commit 2a85592
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 47 deletions.
101 changes: 55 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a85592

Please sign in to comment.