Skip to content

Commit

Permalink
⬆️ Update and relax specification range for sqlalchemy-stubs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 24, 2021
1 parent 194e6ae commit 230911a
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 @@ -33,7 +33,7 @@ classifiers = [
python = "^3.6.1"
SQLAlchemy = ">=1.4.17,<1.5.0"
pydantic = "^1.8.2"
sqlalchemy2-stubs = "^0.0.2-alpha.5"
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand Down

0 comments on commit 230911a

Please sign in to comment.