From 36721d4362974f5b78058699b0f160269bdfc192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 27 Mar 2021 17:36:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Pin=20SQLAlchemy=20range,=20as?= =?UTF-8?q?=20it=20doesn't=20use=20SemVer=20(#3001)?= 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 2f057f5aa..66cb00345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "requests >=2.24.0,<3.0.0", "httpx >=0.14.0,<0.15.0", "email_validator >=1.1.1,<2.0.0", - "sqlalchemy >=1.3.18,<2.0.0", + "sqlalchemy >=1.3.18,<1.4.0", "peewee >=3.13.3,<4.0.0", "databases[sqlite] >=0.3.2,<0.4.0", "orjson >=3.2.1,<4.0.0",