diff --git a/http-py/requirements.txt b/http-py/requirements.txt index 0cdeb8d..492ad09 100644 --- a/http-py/requirements.txt +++ b/http-py/requirements.txt @@ -6,5 +6,5 @@ llama-cpp-python==0.3.16 openai==2.14.0 google-generativeai ==0.8.6 mcp==1.25.0 -boto3==1.42.21 +boto3==1.42.23 xai-sdk==1.5.0 \ No newline at end of file diff --git a/http-py/setup.py b/http-py/setup.py index 01edb53..9e8fb4c 100644 --- a/http-py/setup.py +++ b/http-py/setup.py @@ -13,7 +13,7 @@ "qwen-agent==0.0.31", "llama-cpp-python==0.3.16", "openai==2.14.0", - "boto3==1.42.21", + "boto3==1.42.23", "xai-sdk==1.5.0" ], author="AI & Robotic Labs", # Fixed: Closed quotation diff --git a/pyproject.toml b/pyproject.toml index ae81c19..5fb594e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mcp==1.25.0", "qwen-agent==0.0.31", "llama-cpp-python==0.3.16", - "boto3==1.42.21", + "boto3==1.42.23", "xai-sdk==1.5.0" ]