Skip to content

Commit bd289fc

Browse files
chore(deps): uv: bump the all-python group across 1 directory with 9 updates
Bumps the all-python group with 9 updates in the /agent directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.9` | `1.43.15` | | [bedrock-agentcore](https://github.com/aws/bedrock-agentcore-sdk-python) | `1.9.1` | `1.11.0` | | [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.82` | `0.2.87` | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.1` | `0.136.3` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.47.0` | `0.48.0` | | [aws-opentelemetry-distro](https://github.com/aws-observability/aws-otel-python-instrumentation) | `0.17.0` | `0.17.1` | | [cedarpy](https://github.com/k9securityio/cedar-py) | `4.8.0` | `4.8.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.14` | | [ty](https://github.com/astral-sh/ty) | `0.0.35` | `0.0.39` | Updates `boto3` from 1.43.9 to 1.43.15 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.9...1.43.15) Updates `bedrock-agentcore` from 1.9.1 to 1.11.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.11.0) Updates `claude-agent-sdk` from 0.2.82 to 0.2.87 - [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.87) 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.48.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.48.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 `cedarpy` from 4.8.0 to 4.8.3 - [Release notes](https://github.com/k9securityio/cedar-py/releases) - [Changelog](https://github.com/k9securityio/cedar-py/blob/main/CHANGELOG.md) - [Commits](k9securityio/cedar-py@v4.8.0...v4.8.3) Updates `ruff` from 0.15.12 to 0.15.14 - [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.12...0.15.14) Updates `ty` from 0.0.35 to 0.0.39 - [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.35...0.0.39) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: bedrock-agentcore dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python - dependency-name: claude-agent-sdk dependency-version: 0.2.87 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.48.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: cedarpy dependency-version: 4.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-python - dependency-name: ty dependency-version: 0.0.39 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3abe92 commit bd289fc

2 files changed

Lines changed: 96 additions & 95 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.15", #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,12 +15,12 @@ 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.11.0", #https://pypi.org/project/bedrock-agentcore/
19+
"claude-agent-sdk==0.2.87", #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/
21+
"fastapi==0.136.3", #https://pypi.org/project/fastapi/
22+
"uvicorn==0.48.0", #https://pypi.org/project/uvicorn/
23+
"aws-opentelemetry-distro==0.17.1", #https://pypi.org/project/aws-opentelemetry-distro/
2424
"mcp==1.27.1", #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,
@@ -33,7 +33,7 @@ dependencies = [
3333
# in cdk/package.json AND refresh the parity fixtures, in the same
3434
# commit. See docs/design/CEDAR_HITL_GATES.md §15.6 (decision #23) and
3535
# the parity-contract banner in mise.toml.
36-
"cedarpy==4.8.0", #https://github.com/k9securityio/cedar-py — EXACT pin (no ^/~), parity with @cedar-policy/cedar-wasm@4.10.0
36+
"cedarpy==4.8.3", #https://github.com/k9securityio/cedar-py — EXACT pin (no ^/~), parity with @cedar-policy/cedar-wasm@4.10.0
3737
]
3838

3939
[tool.bandit]

0 commit comments

Comments
 (0)