Skip to content

Commit

Permalink
chore: update SQLAlchemy dep to include optional asyncio deps (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Apr 29, 2024
1 parent 265218d commit 2560347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pytest==8.1.1
mock==5.1.0
pytest-cov==5.0.0
pytest-asyncio==0.23.6
SQLAlchemy==2.0.29
SQLAlchemy[asyncio]==2.0.29
sqlalchemy-pytds==1.0.0
sqlalchemy-stubs==0.4
PyMySQL==1.1.0
Expand Down

0 comments on commit 2560347

Please sign in to comment.