From: Sebastián Ramírez Date: Tue, 24 Aug 2021 18:42:52 +0000 (+0200) Subject: ⬆️ Update and relax specification range for `sqlalchemy-stubs` (#4) X-Git-Tag: 0.0.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=230911ab42277e5cd2e9cce93b08c13946e763f6;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆️ Update and relax specification range for `sqlalchemy-stubs` (#4) --- diff --git a/pyproject.toml b/pyproject.toml index e4d7a0ec..fc567909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"