mirror of https://github.com/tiangolo/fastapi.git
📌 Pin SQLAlchemy range, as it doesn't use SemVer (#3001)
This commit is contained in:
parent
c09e950bd2
commit
36721d4362
|
|
@ -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 New Issue