Update fastapi requirement from <0.83.0 to <0.87.0 in /requirements (#15564)
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.1.11...0.86.0) --- updated-dependencies: - dependency-name: fastapi 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
b04a7aab9c
commit
fc78d8d6e5
|
@ -12,5 +12,5 @@ scikit-learn>0.22.1, <1.1.3
|
|||
onnxruntime<1.13.0
|
||||
psutil<5.9.4 # for `DeviceStatsMonitor`
|
||||
pandas>1.0, <1.5.2 # needed in benchmarks
|
||||
fastapi<0.83.0
|
||||
fastapi<0.87.0
|
||||
uvicorn<0.19.1
|
||||
|
|
Loading…
Reference in New Issue