Skip to content

Commit 230911a

Browse files
authored
⬆️ Update and relax specification range for sqlalchemy-stubs (#4)
1 parent 194e6ae commit 230911a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
python = "^3.6.1"
3434
SQLAlchemy = ">=1.4.17,<1.5.0"
3535
pydantic = "^1.8.2"
36-
sqlalchemy2-stubs = "^0.0.2-alpha.5"
36+
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
3737

3838
[tool.poetry.dev-dependencies]
3939
pytest = "^6.2.4"

0 commit comments

Comments
 (0)