Skip to content

Commit 402299c

Browse files
chore(deps): uv: bump the all-python group across 1 directory with 7 updates
Bumps the all-python group with 7 updates in the /agent directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.9` | `1.43.24` | | [bedrock-agentcore](https://github.com/aws/bedrock-agentcore-sdk-python) | `1.9.1` | `1.14.0` | | [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.82` | `0.2.93` | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.1` | `0.136.3` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.47.0` | `0.49.0` | | [aws-opentelemetry-distro](https://github.com/aws-observability/aws-otel-python-instrumentation) | `0.17.0` | `0.17.1` | | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `1.27.1` | `1.27.2` | Updates `boto3` from 1.43.9 to 1.43.24 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.9...1.43.24) Updates `bedrock-agentcore` from 1.9.1 to 1.14.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.9.1...v1.14.0) Updates `claude-agent-sdk` from 0.2.82 to 0.2.93 - [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.82...v0.2.93) Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.1...0.136.3) Updates `uvicorn` from 0.47.0 to 0.49.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.47.0...0.49.0) Updates `aws-opentelemetry-distro` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/aws-observability/aws-otel-python-instrumentation/releases) - [Changelog](https://github.com/aws-observability/aws-otel-python-instrumentation/blob/main/CHANGELOG.md) - [Commits](aws-observability/aws-otel-python-instrumentation@v0.17.0...v0.17.1) Updates `mcp` from 1.27.1 to 1.27.2 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.27.1...v1.27.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: bedrock-agentcore dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python - dependency-name: claude-agent-sdk dependency-version: 0.2.93 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python - dependency-name: aws-opentelemetry-distro dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: mcp dependency-version: 1.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a58797 commit 402299c

2 files changed

Lines changed: 43 additions & 42 deletions

File tree

agent/pyproject.toml

Lines changed: 7 additions & 7 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.9", #https://pypi.org/project/boto3/
7+
"boto3==1.43.24", #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,13 +15,13 @@ 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.9.1", #https://pypi.org/project/bedrock-agentcore/
19-
"claude-agent-sdk==0.2.82", #https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.2.82
18+
"bedrock-agentcore==1.14.0", #https://pypi.org/project/bedrock-agentcore/
19+
"claude-agent-sdk==0.2.93", #https://github.com/anthropics/claude-agent-sdk-python/releases/tag/v0.2.82
2020
"requests==2.34.2", #https://pypi.org/project/requests/
21-
"fastapi==0.136.1", #https://pypi.org/project/fastapi/
22-
"uvicorn==0.47.0", #https://pypi.org/project/uvicorn/
23-
"aws-opentelemetry-distro==0.17.0", #https://pypi.org/project/aws-opentelemetry-distro/
24-
"mcp==1.27.1", #https://pypi.org/project/mcp/
21+
"fastapi==0.136.3", #https://pypi.org/project/fastapi/
22+
"uvicorn==0.49.0", #https://pypi.org/project/uvicorn/
23+
"aws-opentelemetry-distro==0.17.1", #https://pypi.org/project/aws-opentelemetry-distro/
24+
"mcp==1.27.2", #https://pypi.org/project/mcp/
2525
# CEDAR ENGINE PARITY — DO NOT BUMP IN ISOLATION.
2626
# cedarpy (Python, agent runtime) and @cedar-policy/cedar-wasm (TypeScript,
2727
# CDK Lambdas) are two language bindings over the same Cedar Rust core.

agent/uv.lock

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

0 commit comments

Comments
 (0)