Skip to content

Commit 3f0ad6f

Browse files
authored
Merge pull request #452 from AI-Robotic-Labs/renovate/boto3-1.x
2 parents a89d90a + 74520bb commit 3f0ad6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

http-py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ llama-cpp-python==0.3.16
66
openai==2.14.0
77
google-generativeai ==0.8.6
88
mcp==1.24.0
9-
boto3==1.42.13
9+
boto3==1.42.14
1010
xai-sdk==1.5.0

http-py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"qwen-agent==0.0.31",
1414
"llama-cpp-python==0.3.16",
1515
"openai==2.14.0",
16-
"boto3==1.42.13",
16+
"boto3==1.42.14",
1717
"xai-sdk==1.5.0"
1818
],
1919
author="AI & Robotic Labs", # Fixed: Closed quotation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"mcp==1.24.0",
2626
"qwen-agent==0.0.31",
2727
"llama-cpp-python==0.3.16",
28-
"boto3==1.42.13",
28+
"boto3==1.42.14",
2929
"xai-sdk==1.5.0"
3030
]
3131

0 commit comments

Comments
 (0)