Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): update uvicorn[standard] requirement in /requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.12.0...0.23.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 487be1f commit e1196c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tqdm >4.60, <=4.65.0
fastapi >0.65, <=0.98.0
pydantic >1.8.1, <=2.0
starlette <=0.28.0
uvicorn[standard] >=0.12.0, <=0.20.0
uvicorn[standard] >=0.12.0, <=0.23.0
aiofiles >22.1.0, <=23.1.0
jinja2 >=3.0.0, <3.2.0
torchvision >0.10.0, <=0.15.2

0 comments on commit e1196c5

Please sign in to comment.