From 230911ab42277e5cd2e9cce93b08c13946e763f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 24 Aug 2021 20:42:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20and=20relax=20spe?= =?UTF-8?q?cification=20range=20for=20`sqlalchemy-stubs`=20(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4d7a0ec14..fc567909a8 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"