Skip to content

Commit

Permalink
⬆️ Update SQLAlchemy dependency pin
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 17, 2023
1 parent aa27b2b commit baa5e3a
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.7"
SQLAlchemy = ">=2.0.0,<=2.1.0"
SQLAlchemy = ">=2.0.0,<2.1.0"
pydantic = "^1.9.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit baa5e3a

Please sign in to comment.