Skip to content

Commit

Permalink
⬆ Raise SQLAlchemy version requirement to at least 1.4.29 (fixes #434)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-berg committed Sep 6, 2022
1 parent 75ce455 commit 6d170c4
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.6.1"
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 6d170c4

Please sign in to comment.