Skip to content

Commit 8124759

Browse files
committed
chore(deps): Upgrade uv Python deps
1 parent 1b5e49c commit 8124759

File tree

4 files changed

+641
-481
lines changed

4 files changed

+641
-481
lines changed

e2e_tests/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiobotocore[boto3]==2.23.0
2-
mcp==1.9.2
2+
mcp==1.10.1
33
uvicorn==0.35.0
44

55
# For testing, this module is installed from local files.

examples/chatbots/python/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
aiobotocore[boto3]==2.23.0
2-
mcp==1.9.2
2+
boto3==1.35.0
3+
mcp==1.10.1
34
uvicorn==0.35.0
45

56
# For testing, this module is installed from local files.

src/python/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"anyio>=4.9.0",
2525
"aiobotocore>=2.23.0",
26-
"mcp>=1.9.4",
26+
"mcp>=1.10.1",
2727
"aws-lambda-typing>=2.20.0"
2828
]
2929

@@ -37,14 +37,14 @@ stubs = ["types-aiobotocore[lambda]>=2.22.0"]
3737
[tool.uv]
3838
resolution = "lowest-direct"
3939
dev-dependencies = [
40-
"pyright>=1.1.401",
41-
"pytest>=8.3.5",
42-
"ruff>=0.11.12",
40+
"pyright>=1.1.402",
41+
"pytest>=8.4.1",
42+
"ruff>=0.12.2",
4343
"trio>=0.30.0",
44-
"pytest-cov>=6.1.1",
44+
"pytest-cov>=6.2.1",
4545
"pytest-env>=1.1.5",
4646
"pre-commit>=4.2.0",
47-
"pytest-asyncio>=0.24.0"
47+
"pytest-asyncio>=1.0.0"
4848
]
4949

5050
[build-system]

0 commit comments

Comments
 (0)