We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a89d90a + 74520bb commit 3f0ad6fCopy full SHA for 3f0ad6f
3 files changed
http-py/requirements.txt
@@ -6,5 +6,5 @@ llama-cpp-python==0.3.16
6
openai==2.14.0
7
google-generativeai ==0.8.6
8
mcp==1.24.0
9
-boto3==1.42.13
+boto3==1.42.14
10
xai-sdk==1.5.0
http-py/setup.py
@@ -13,7 +13,7 @@
13
"qwen-agent==0.0.31",
14
"llama-cpp-python==0.3.16",
15
"openai==2.14.0",
16
- "boto3==1.42.13",
+ "boto3==1.42.14",
17
"xai-sdk==1.5.0"
18
],
19
author="AI & Robotic Labs", # Fixed: Closed quotation
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"mcp==1.24.0",
26
27
28
29
30
]
31
0 commit comments