Skip to content

Commit 4d082e4

Browse files
Update fastapi requirement from <=0.79.0 to <0.83.0 in /requirements (#14576)
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.1.11...0.82.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cf666c commit 4d082e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ scikit-learn>0.22.1, <1.1.3
1313
onnxruntime<1.13.0
1414
psutil<=5.9.1 # for `DeviceStatsMonitor`
1515
pandas>1.0, <=1.4.3 # needed in benchmarks
16-
fastapi<=0.79.0
16+
fastapi<0.83.0
1717
uvicorn<=0.18.2

0 commit comments

Comments
 (0)