📌 Pin SQLAlchemy range, as it doesn't use SemVer (#3001)

This commit is contained in:
Sebastián Ramírez 2021-03-27 17:36:07 +01:00 committed by GitHub
parent c09e950bd2
commit 36721d4362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",