Skip to content

Commit c830c71

Browse files
⬆ Upgrade constrain for SQLAlchemy = ">=1.4.17,<=1.4.41" (#371)
Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent ea18162 commit c830c71

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.5.0"
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)