Skip to content

Commit baa5e3a

Browse files
committed
⬆️ Update SQLAlchemy dependency pin
1 parent aa27b2b commit baa5e3a

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 = ">=2.0.0,<=2.1.0"
34+
SQLAlchemy = ">=2.0.0,<2.1.0"
3535
pydantic = "^1.9.0"
3636

3737
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)