mirror of https://github.com/tiangolo/fastapi.git
Merge pull request from GHSA-qf9m-vfgh-m389
This commit is contained in:
parent
ebf9723494
commit
9d34ad0ee8
|
|
@ -56,7 +56,7 @@ Repository = "https://github.com/tiangolo/fastapi"
|
||||||
all = [
|
all = [
|
||||||
"httpx >=0.23.0",
|
"httpx >=0.23.0",
|
||||||
"jinja2 >=2.11.2",
|
"jinja2 >=2.11.2",
|
||||||
"python-multipart >=0.0.5",
|
"python-multipart >=0.0.7",
|
||||||
"itsdangerous >=1.1.0",
|
"itsdangerous >=1.1.0",
|
||||||
"pyyaml >=5.3.1",
|
"pyyaml >=5.3.1",
|
||||||
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0",
|
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ sqlalchemy >=1.3.18,<1.4.43
|
||||||
databases[sqlite] >=0.3.2,<0.7.0
|
databases[sqlite] >=0.3.2,<0.7.0
|
||||||
orjson >=3.2.1,<4.0.0
|
orjson >=3.2.1,<4.0.0
|
||||||
ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0
|
ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0
|
||||||
python-multipart >=0.0.5,<0.0.7
|
python-multipart >=0.0.7,<0.1.0
|
||||||
flask >=1.1.2,<3.0.0
|
flask >=1.1.2,<3.0.0
|
||||||
anyio[trio] >=3.2.1,<4.0.0
|
anyio[trio] >=3.2.1,<4.0.0
|
||||||
python-jose[cryptography] >=3.3.0,<4.0.0
|
python-jose[cryptography] >=3.3.0,<4.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue