Skip to content

Commit 34b9dfa

Browse files
committed
⬆️ Upgrade supported SQLAlchemy to max 1.4.49 (<2.0.0)
1 parent 4fb8285 commit 34b9dfa

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.7"
34-
SQLAlchemy = ">=1.4.29,<=1.4.41"
34+
SQLAlchemy = ">=1.4.29,<2.0.0"
3535
pydantic = "^1.8.2"
3636
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
3737

0 commit comments

Comments
 (0)