Skip to content

Commit

Permalink
⬆ Raise SQLAlchemy version requirement to at least 1.4.29 (related to
Browse files Browse the repository at this point in the history
#434) (#439)

Co-authored-by: Sebastián Ramírez <[email protected]>
  • Loading branch information
daniil-berg and tiangolo authored Oct 23, 2023
1 parent c25a8cb commit 9511c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
SQLAlchemy = ">=1.4.17,<=1.4.41"
SQLAlchemy = ">=1.4.29,<=1.4.41"
pydantic = "^1.8.2"
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}

Expand Down

0 comments on commit 9511c46

Please sign in to comment.