Browse Source

⬆️ Upgrade Uvicorn in public extras: all (#5401)

pull/5402/head
Sebastián Ramírez 3 years ago
committed by GitHub
parent
commit
a05e8b4e6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
pyproject.toml

@ -99,7 +99,7 @@ all = [
"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.18.0",
"uvicorn[standard] >=0.12.0,<0.19.0",
]
[tool.hatch.version]

Loading…
Cancel
Save