From ebeb7ed88b71c9a9bb56381b42edd38b50c703a8 Mon Sep 17 00:00:00 2001 From: corradodebari Date: Thu, 12 Dec 2024 20:12:44 +0100 Subject: [PATCH] fix oci object storage issue Upload chuncked file on Object Storage fails if not on the latest oci lib --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 30b70a7..1b4223e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -25,7 +25,7 @@ langgraph==0.2.53 llama_index==0.12.1 lxml==5.3.0 matplotlib==3.9.2 -oci>=2.0.0 +oci>=2.140.0 oracledb>=2.0.0 plotly==5.24.1 streamlit==1.40.1