⬆️ Update and relax specification range for sqlalchemy-stubs (#4)

This commit is contained in:
Sebastián Ramírez 2021-08-24 20:42:52 +02:00 committed by GitHub
parent 194e6aefca
commit 230911ab42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"