Skip to content

Commit c25c7f0

Browse files
chore(deps): uv: bump the all-python group across 1 directory with 6 updates
Bumps the all-python group with 6 updates in the /agent directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.40` | `1.43.46` | | [bedrock-agentcore](https://github.com/aws/bedrock-agentcore-sdk-python) | `1.17.0` | `1.18.0` | | [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.110` | `0.2.116` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.50.0` | `0.51.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.20` | `0.15.21` | | [ty](https://github.com/astral-sh/ty) | `0.0.56` | `0.0.58` | Updates `boto3` from 1.43.40 to 1.43.46 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.40...1.43.46) Updates `bedrock-agentcore` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/aws/bedrock-agentcore-sdk-python/releases) - [Changelog](https://github.com/aws/bedrock-agentcore-sdk-python/blob/main/CHANGELOG.md) - [Commits](aws/bedrock-agentcore-sdk-python@v1.17.0...v1.18.0) Updates `claude-agent-sdk` from 0.2.110 to 0.2.116 - [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/claude-agent-sdk-python@v0.2.110...v0.2.116) Updates `uvicorn` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.50.0...0.51.0) Updates `ruff` from 0.15.20 to 0.15.21 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.15.21) Updates `ty` from 0.0.56 to 0.0.58 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.56...0.0.58) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: bedrock-agentcore dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python - dependency-name: claude-agent-sdk dependency-version: 0.2.116 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-python - dependency-name: ty dependency-version: 0.0.58 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0132d6d commit c25c7f0

2 files changed

Lines changed: 69 additions & 69 deletions

File tree

agent/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Background coding agent — runs tasks in isolated cloud environments and produces pull requests"
55
requires-python = ">=3.13"
66
dependencies = [
7-
"boto3==1.43.40", #https://pypi.org/project/boto3/
7+
"boto3==1.43.46", #https://pypi.org/project/boto3/
88
# Vestigial from the parked AgentCore Identity flow (Phase 2.0a).
99
# Phase 2.0b reads per-workspace Linear OAuth tokens directly from
1010
# Secrets Manager because AgentCore Identity's USER_FEDERATION
@@ -15,11 +15,11 @@ dependencies = [
1515
# try/except (ImportError, AttributeError), so removing this dep
1616
# would degrade gracefully — but for now we keep the dep to
1717
# preserve the clean code path.
18-
"bedrock-agentcore==1.17.0", #https://pypi.org/project/bedrock-agentcore/
19-
"claude-agent-sdk==0.2.110", #https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.2.110 (bundles claude CLI 2.1.191; kept in lockstep with the npm CLI pin in the Dockerfile, #215)
18+
"bedrock-agentcore==1.18.0", #https://pypi.org/project/bedrock-agentcore/
19+
"claude-agent-sdk==0.2.116", #https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.2.110 (bundles claude CLI 2.1.191; kept in lockstep with the npm CLI pin in the Dockerfile, #215)
2020
"requests==2.34.2", #https://pypi.org/project/requests/
2121
"fastapi==0.139.0", #https://pypi.org/project/fastapi/
22-
"uvicorn==0.50.0", #https://pypi.org/project/uvicorn/
22+
"uvicorn==0.51.0", #https://pypi.org/project/uvicorn/
2323
"aws-opentelemetry-distro==0.18.0", #https://pypi.org/project/aws-opentelemetry-distro/
2424
"mcp==1.28.1", #https://pypi.org/project/mcp/
2525
# CEDAR ENGINE PARITY — DO NOT BUMP IN ISOLATION.

0 commit comments

Comments
 (0)