Skip to content

Commit cd1e9a8

Browse files
committed
Update fastapi to 0.53.0
1 parent 340b074 commit cd1e9a8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
onnxruntime==1.1.0
22

33
uvicorn==0.11.3
4-
fastapi==0.49.0
4+
fastapi==0.53.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
onnxruntime-gpu==1.1.0
22

33
uvicorn==0.11.3
4-
fastapi==0.49.0
4+
fastapi==0.53.0

pkg/workloads/cortex/serve/python-cpu.requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ torchvision==0.5.0
2222
xgboost==0.90
2323

2424
uvicorn==0.11.3
25-
fastapi==0.49.0
25+
fastapi==0.53.0

pkg/workloads/cortex/serve/python-gpu.requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ torchvision==0.5.0
2222
xgboost==0.90
2323

2424
uvicorn==0.11.3
25-
fastapi==0.49.0
25+
fastapi==0.53.0

pkg/workloads/cortex/serve/tf.requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tensorflow-hub==0.7.0
66

77
tensorflow-serving-api==2.1.0
88
uvicorn==0.11.3
9-
fastapi==0.49.0
9+
fastapi==0.53.0

0 commit comments

Comments
 (0)