]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆️ Update and relax specification range for `sqlalchemy-stubs` (#4)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 18:42:52 +0000 (20:42 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Aug 2021 18:42:52 +0000 (20:42 +0200)
pyproject.toml

index e4d7a0ec14a596d59dc0a630485237647e6690bb..fc567909a8cced47f7b139d575439ee736210dc3 100644 (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"