Skip to content

Commit 4774ef1

Browse files
committed
chore(deps): Upgrade aiobotocore and downgrade boto3 to resolve dep conflicts
1 parent 48ee66d commit 4774ef1

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

e2e_tests/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ strands-agents-evals==0.1.14
33
mcp==1.26.0
44
aiohttp>=3.13.4
55
uvicorn==0.42.0
6-
boto3==1.42.86
6+
boto3==1.42.84
77

88
# For testing, this module is installed from local files.
99
# Uncomment this line to build using the module from PyPi

examples/chatbots/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
strands-agents==1.35.0
22
mcp==1.26.0
33
uvicorn==0.42.0
4-
boto3==1.42.86
4+
boto3==1.42.84
55

66
# For testing, this module is installed from local files.
77
# Uncomment this line to build using the module from PyPi

src/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222

2323
dependencies = [
2424
"anyio>=4.13.0",
25-
"aiobotocore>=3.3.0",
25+
"aiobotocore>=3.4.0",
2626
"mcp>=1.26.0",
2727
"aws-lambda-powertools>=3.26.0",
2828
"mcp-proxy-for-aws>=1.2.0"
@@ -33,7 +33,7 @@ Repository = "https://github.com/awslabs/run-model-context-protocol-servers-with
3333
Issues = "https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/issues"
3434

3535
[project.optional-dependencies]
36-
stubs = ["types-aiobotocore[lambda]>=3.3.0"]
36+
stubs = ["types-aiobotocore[lambda]>=3.4.0"]
3737

3838
[tool.uv]
3939
resolution = "lowest-direct"

src/python/uv.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)