Skip to content

Commit

Permalink
⬆️ Upgrade and relax dependencies for extras "all" (#5634)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 13, 2022
1 parent 5a63f66 commit 89095eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Expand Up @@ -92,15 +92,15 @@ dev = [
"pre-commit >=2.17.0,<3.0.0",
]
all = [
"httpx >=0.23.0,<0.24.0",
"jinja2 >=2.11.2,<4.0.0",
"python-multipart >=0.0.5,<0.0.6",
"itsdangerous >=1.1.0,<3.0.0",
"pyyaml >=5.3.1,<7.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",
"orjson >=3.2.1,<4.0.0",
"email_validator >=1.1.1,<2.0.0",
"uvicorn[standard] >=0.12.0,<0.19.0",
"httpx >=0.23.0",
"jinja2 >=2.11.2",
"python-multipart >=0.0.5",
"itsdangerous >=1.1.0",
"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",
"orjson >=3.2.1",
"email_validator >=1.1.1",
"uvicorn[standard] >=0.12.0",
]

[tool.hatch.version]
Expand Down

0 comments on commit 89095eb

Please sign in to comment.