Skip to content

Commit 26d5db6

Browse files
committed
⬆️ Upgrade max SQLAlchemy version to 1.4.41
1 parent a383204 commit 26d5db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131

3232
[tool.poetry.dependencies]
3333
python = "^3.6.1"
34-
SQLAlchemy = ">=1.4.17,<=1.4.35"
34+
SQLAlchemy = ">=1.4.17,<=1.4.41"
3535
pydantic = "^1.8.2"
3636
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
3737

0 commit comments

Comments
 (0)