Skip to content

Commit 3af6cc3

Browse files
chore(deps): uv: bump the all-python group across 1 directory with 3 updates (#592)
Bumps the all-python group with 3 updates in the /agent directory: [boto3](https://github.com/boto/boto3), [bedrock-agentcore](https://github.com/aws/bedrock-agentcore-sdk-python) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `boto3` from 1.43.38 to 1.43.40 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.38...1.43.40) Updates `bedrock-agentcore` from 1.16.0 to 1.17.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.16.0...v1.17.0) Updates `uvicorn` from 0.49.0 to 0.50.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.49.0...0.50.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: bedrock-agentcore dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python - dependency-name: uvicorn dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db52d5f commit 3af6cc3

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

agent/pyproject.toml

Lines changed: 3 additions & 3 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.38", #https://pypi.org/project/boto3/
7+
"boto3==1.43.40", #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.16.0", #https://pypi.org/project/bedrock-agentcore/
18+
"bedrock-agentcore==1.17.0", #https://pypi.org/project/bedrock-agentcore/
1919
"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)
2020
"requests==2.34.2", #https://pypi.org/project/requests/
2121
"fastapi==0.139.0", #https://pypi.org/project/fastapi/
22-
"uvicorn==0.49.0", #https://pypi.org/project/uvicorn/
22+
"uvicorn==0.50.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.

agent/uv.lock

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

0 commit comments

Comments
 (0)