Skip to content

Commit 2560347

Browse files
chore: update SQLAlchemy dep to include optional asyncio deps (#1074)
1 parent 265218d commit 2560347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest==8.1.1
22
mock==5.1.0
33
pytest-cov==5.0.0
44
pytest-asyncio==0.23.6
5-
SQLAlchemy==2.0.29
5+
SQLAlchemy[asyncio]==2.0.29
66
sqlalchemy-pytds==1.0.0
77
sqlalchemy-stubs==0.4
88
PyMySQL==1.1.0

0 commit comments

Comments
 (0)