Skip to content

Commit

Permalink
Bump up fastapi version (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
vurusovs authored Feb 27, 2024
1 parent 3cd4167 commit ac98424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openvino_code/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
requires-python = ">=3.8"

dependencies = [
'fastapi==0.103.1',
'fastapi==0.109.1',
'uvicorn==0.23.2',
'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"',
'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"',
Expand Down

0 comments on commit ac98424

Please sign in to comment.