Skip to content

Commit 9d34f8b

Browse files
committed
chore(deps): Install boto3 as an aiobotocore extra to avoid version conflicts
1 parent 05e41d4 commit 9d34f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e_tests/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3>=1.36.20,<1.37.24
1+
aiobotocore[boto3]>=2.21.1
22
mcp>=1.6.0
33
uvicorn>=0.32.1
44

examples/chatbots/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3>=1.36.20,<1.37.24
1+
aiobotocore[boto3]>=2.21.1
22
mcp>=1.6.0
33
uvicorn>=0.32.1
44

0 commit comments

Comments
 (0)