Skip to content

Commit ac98424

Browse files
authored
Bump up fastapi version (#880)
1 parent 3cd4167 commit ac98424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openvino_code/server/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
requires-python = ">=3.8"
55

66
dependencies = [
7-
'fastapi==0.103.1',
7+
'fastapi==0.109.1',
88
'uvicorn==0.23.2',
99
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp38-cp38-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.8"',
1010
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp39-cp39-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.9"',

0 commit comments

Comments
 (0)