Update asyncpg dependency to fix python 3.13 support (#256)
This commit is contained in:
parent
bceacb97a0
commit
48cc00f591
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
mautrix>=0.20.6,<0.21
|
mautrix>=0.20.6,<0.21
|
||||||
aiohttp>=3,<4
|
aiohttp>=3,<4
|
||||||
yarl>=1,<2
|
yarl>=1,<2
|
||||||
asyncpg>=0.20,<0.30
|
asyncpg>=0.20,<0.31
|
||||||
aiosqlite>=0.16,<0.21
|
aiosqlite>=0.16,<0.21
|
||||||
commonmark>=0.9,<1
|
commonmark>=0.9,<1
|
||||||
ruamel.yaml>=0.15.35,<0.19
|
ruamel.yaml>=0.15.35,<0.19
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue