mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
📌 Pin SQLAlchemy range, as it doesn't use SemVer (#3001)
This commit is contained in:
parent
c09e950bd2
commit
36721d4362
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue