⬆️ Update and relax specification range for sqlalchemy-stubs
(#4)
This commit is contained in:
parent
194e6aefca
commit
230911ab42
@ -33,7 +33,7 @@ classifiers = [
|
|||||||
python = "^3.6.1"
|
python = "^3.6.1"
|
||||||
SQLAlchemy = ">=1.4.17,<1.5.0"
|
SQLAlchemy = ">=1.4.17,<1.5.0"
|
||||||
pydantic = "^1.8.2"
|
pydantic = "^1.8.2"
|
||||||
sqlalchemy2-stubs = "^0.0.2-alpha.5"
|
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^6.2.4"
|
pytest = "^6.2.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user