Skip to content

Commit bd27cdf

Browse files
committed
Merge remote-tracking branch 'origin/support-python-3-13' into support-python-3-13
2 parents 08cd902 + 654f990 commit bd27cdf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

projects/assignment_server/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ python-dateutil = "^2.0.0"
5252
fastapi-login = "^1.10.0"
5353
pydal = ">=20210215.1"
5454
python-multipart = "^0.0.5"
55-
# asyncpg v. 0.25 has a `bug <https://github.com/MagicStack/asyncpg/issues/884>`_. Stay at v. 0.24 until it's fixed.
5655
asyncpg = "^0.30.0"
5756
SQLAlchemy = "^1.0.0"
5857
aiosqlite = "^0.17.0"

projects/book_server/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ fastapi-login = "^1.10.0"
4242
cryptography = "^3.0.0"
4343
pydal = ">=20210215.1"
4444
python-multipart = "^0.0.5"
45-
# asyncpg v. 0.25 has a `bug <https://github.com/MagicStack/asyncpg/issues/884>`_. Stay at v. 0.24 until it's fixed.
4645
asyncpg = "^0.30.0"
4746
SQLAlchemy = "^1.0.0"
4847
aiosqlite = "^0.18.0"

0 commit comments

Comments
 (0)