mirror of
https://github.com/tiangolo/sqlmodel.git
synced 2021-09-19 22:55:18 +03:00
⬆️ Update and relax specification range for sqlalchemy-stubs (#4)
This commit is contained in:
committed by
GitHub
parent
194e6aefca
commit
230911ab42
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user