Update uvicorn requirement from <=0.18.2 to <0.19.1 in /requirements (#15562)
Updates the requirements on [uvicorn](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](https://github.com/encode/uvicorn/compare/0.0.1...0.19.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ff610cbea
commit
f492277bfc
|
@ -13,4 +13,4 @@ onnxruntime<1.13.0
|
|||
psutil<5.9.4 # for `DeviceStatsMonitor`
|
||||
pandas>1.0, <1.5.2 # needed in benchmarks
|
||||
fastapi<0.83.0
|
||||
uvicorn<=0.18.2
|
||||
uvicorn<0.19.1
|
||||
|
|
Loading…
Reference in New Issue