From 295e8968c589f1ae48e49bd7ca68091a9b775300 Mon Sep 17 00:00:00 2001 From: vurusovs Date: Mon, 26 Feb 2024 17:13:45 +0400 Subject: [PATCH] Bump up `fastapi` version --- modules/openvino_code/server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openvino_code/server/pyproject.toml b/modules/openvino_code/server/pyproject.toml index 1f5e2b672..61e2aaa64 100644 --- a/modules/openvino_code/server/pyproject.toml +++ b/modules/openvino_code/server/pyproject.toml @@ -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"',