Skip to content

Commit

Permalink
📌 Pin SQLAlchemy for old tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 28, 2024
1 parent 3837c44 commit 37b2f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruff ==0.6.4
dirty-equals ==0.6.0
# TODO: once removing databases from tutorial, upgrade SQLAlchemy
# probably when including SQLModel
sqlalchemy >=1.3.18,<2.0.33
sqlalchemy >=1.3.18,<2.0.0
flask >=1.1.2,<3.0.0
anyio[trio] >=3.2.1,<4.0.0
PyJWT==2.8.0
Expand Down

0 comments on commit 37b2f07

Please sign in to comment.