Skip to content

Commit

Permalink
Update fastapi to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbollu committed Apr 2, 2020
1 parent 340b074 commit cd1e9a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/workloads/cortex/serve/onnx-cpu.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
onnxruntime==1.1.0

uvicorn==0.11.3
fastapi==0.49.0
fastapi==0.53.0
2 changes: 1 addition & 1 deletion pkg/workloads/cortex/serve/onnx-gpu.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
onnxruntime-gpu==1.1.0

uvicorn==0.11.3
fastapi==0.49.0
fastapi==0.53.0
2 changes: 1 addition & 1 deletion pkg/workloads/cortex/serve/python-cpu.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ torchvision==0.5.0
xgboost==0.90

uvicorn==0.11.3
fastapi==0.49.0
fastapi==0.53.0
2 changes: 1 addition & 1 deletion pkg/workloads/cortex/serve/python-gpu.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ torchvision==0.5.0
xgboost==0.90

uvicorn==0.11.3
fastapi==0.49.0
fastapi==0.53.0
2 changes: 1 addition & 1 deletion pkg/workloads/cortex/serve/tf.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tensorflow-hub==0.7.0

tensorflow-serving-api==2.1.0
uvicorn==0.11.3
fastapi==0.49.0
fastapi==0.53.0

0 comments on commit cd1e9a8

Please sign in to comment.