Skip to content

chore(deps): bump the python-deps group across 10 directories with 9 updates - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-fee385b883
Open

chore(deps): bump the python-deps group across 10 directories with 9 updates#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-fee385b883

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on aws-cdk-lib, boto3, botocore, strands-agents, bedrock-agentcore, langchain, langchain-aws, claude-agent-sdk and copilotkit to permit the latest version.
Updates aws-cdk-lib to 2.266.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.266.0

Features

Bug Fixes

  • ec2: add DependsOn VPCGatewayAttachment to IPv6 default route (#37893) (ab272bc), closes #37853
  • sns-subscriptions: use regionalized service principal for opt-in region SQS subscriptions (#38339) (67a7eb1), closes #32526

Alpha modules (2.266.0-alpha.0)

⚠ BREAKING CHANGES

  • glue-alpha: DataQualityRulesetProps.rulesetDqdl: string is replaced by dqdl: Dqdl. Build it with Dqdl.fromString('Rules = [ ... ]').
  • glue-alpha: s3Encryption, cloudWatchEncryption, and jobBookmarksEncryption are no longer object literals. Use S3Encryption.s3Managed() / S3Encryption.kms(key?), CloudWatchEncryption.kms(key?), and JobBookmarksEncryption.clientSideKms(key?). The CloudWatchEncryptionMode and JobBookmarksEncryptionMode enums are removed (their mode is now implicit); S3EncryptionMode is retained.
  • glue-alpha: this is a corrective breaking change. Apps that leaned on the bug, and did things like InputFormat x = OutputFormat.AVRO; will get a compilation error in other jsii languages. The intended usage, on the other hand, was broken before and works now.
  • glue-alpha: workerType and numberOfWorkers are no longer top-level job props. For Spark jobs, pass them together via workerConfiguration: { workerType, numberOfWorkers }. PythonShellJob no longer accepts them (it is sized by maxCapacity). RayJob no longer accepts workerType (it is fixed to Z.2X).
  • glue-alpha: SparkJobProps.enableMetrics removed, which will cause a compilation error for any app using it. But there is no behavior change, since this is a dead prop.
  • glue-alpha: a differing/tokenized has_encrypted_data supplied via parameters now throws.

Features

  • glue-alpha: add warning for maxRetries when job run queuing is enabled (#38575) (09ae11e)
  • glue-alpha: model SecurityConfiguration encryption as factory subtypes (#38586) (e37e7a6)
  • glue-alpha: new hasEncryptedData property (#38511) (c977e36)
  • glue-alpha: pair workerType and numberOfWorkers into a required workerConfiguration (#38576) (5f3b1b6)
  • glue-alpha: wrap DataQualityRuleset DQDL in a typed value object (#38587) (fd01268)

Bug Fixes

  • glue-alpha: correct OutputFormat.AVRO/ORC type and tidy GA-hygiene items (#38593) (35aefaf)
  • glue-alpha: omit comments from struct type strings (#38008) (5f16a86), closes #26935
  • mediapackagev2-alpha: add GetChannel grant on MediaPackageV2 (#38582) (74d922c), closes #38581
Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.266.0-alpha.0 (2026-08-19)

⚠ BREAKING CHANGES

  • glue-alpha: DataQualityRulesetProps.rulesetDqdl: string is replaced by dqdl: Dqdl. Build it with Dqdl.fromString('Rules = [ ... ]').
  • glue-alpha: s3Encryption, cloudWatchEncryption, and jobBookmarksEncryption are no longer object literals. Use S3Encryption.s3Managed() / S3Encryption.kms(key?), CloudWatchEncryption.kms(key?), and JobBookmarksEncryption.clientSideKms(key?). The CloudWatchEncryptionMode and JobBookmarksEncryptionMode enums are removed (their mode is now implicit); S3EncryptionMode is retained.
  • glue-alpha: this is a corrective breaking change. Apps that leaned on the bug, and did things like InputFormat x = OutputFormat.AVRO; will get a compilation error in other jsii languages. The intended usage, on the other hand, was broken before and works now.
  • glue-alpha: workerType and numberOfWorkers are no longer top-level job props. For Spark jobs, pass them together via workerConfiguration: { workerType, numberOfWorkers }. PythonShellJob no longer accepts them (it is sized by maxCapacity). RayJob no longer accepts workerType (it is fixed to Z.2X).
  • glue-alpha: SparkJobProps.enableMetrics removed, which will cause a compilation error for any app using it. But there is no behavior change, since this is a dead prop.
  • glue-alpha: a differing/tokenized has_encrypted_data supplied via parameters now throws.

Features

  • glue-alpha: add warning for maxRetries when job run queuing is enabled (#38575) (09ae11e)
  • glue-alpha: model SecurityConfiguration encryption as factory subtypes (#38586) (e37e7a6)
  • glue-alpha: new hasEncryptedData property (#38511) (c977e36)
  • glue-alpha: pair workerType and numberOfWorkers into a required workerConfiguration (#38576) (5f3b1b6)
  • glue-alpha: wrap DataQualityRuleset DQDL in a typed value object (#38587) (fd01268)

Bug Fixes

  • glue-alpha: correct OutputFormat.AVRO/ORC type and tidy GA-hygiene items (#38593) (35aefaf)
  • glue-alpha: omit comments from struct type strings (#38008) (5f16a86), closes #26935
  • mediapackagev2-alpha: add GetChannel grant on MediaPackageV2 (#38582) (74d922c), closes #38581

2.265.0-alpha.0 (2026-08-13)

⚠ BREAKING CHANGES

  • glue-alpha: PySparkFlexEtlJob and ScalaSparkFlexEtlJob now default to GlueVersion.V5_0 instead of V3_0. Set glueVersion explicitly to keep the previous behavior.
  • glue-alpha: removal policy of existing Database resources will change to RETAIN.

Features

  • glue-alpha: default Flex jobs to Glue 5.0 (#38543) (36d4976)
  • glue-alpha: removal policy is RETAIN for Database by default (#38535) (9669928)
  • glue-alpha: warn on plaintext secrets (#38538) (10bf0b5)

Bug Fixes

  • glue-alpha: warn when S3Table grants cover a shared bucket (#38542) (d81d2d6)

... (truncated)

Commits
  • e8d9160 chore(release): 2.266.0 (#38602)
  • 0163b4c chore: update analytics metadata blueprints
  • 317c276 chore(release): 2.266.0
  • a2eafa0 chore(s3): add integ test for cross-account replication with an imported dest...
  • 74d922c fix(mediapackagev2-alpha): add GetChannel grant on MediaPackageV2 (#38582)
  • ccd2633 feat: update L1 CloudFormation resource definitions (#38578)
  • fd01268 feat(glue-alpha): wrap DataQualityRuleset DQDL in a typed value object (#38587)
  • e37e7a6 feat(glue-alpha): model SecurityConfiguration encryption as factory subtypes ...
  • 35aefaf fix(glue-alpha): correct OutputFormat.AVRO/ORC type and tidy GA-hygiene items...
  • 5f3b1b6 feat(glue-alpha): pair workerType and numberOfWorkers into a required workerC...
  • Additional commits viewable in compare view

Updates boto3 to 1.43.78

Commits
  • bf8d343 Merge branch 'release-1.43.78'
  • 4830df4 Bumping version to 1.43.78
  • 921bb10 Add changelog entries from botocore
  • cca5d6f Merge branch 'release-1.43.77'
  • 2ff832b Merge branch 'release-1.43.77' into develop
  • 8c3a6f7 Bumping version to 1.43.77
  • ce5785b Add changelog entries from botocore
  • 8a88b26 Merge branch 'release-1.43.76'
  • ced31bb Merge branch 'release-1.43.76' into develop
  • a1cecc3 Bumping version to 1.43.76
  • Additional commits viewable in compare view

Updates botocore to 1.43.78

Commits
  • 29afe8d Merge branch 'release-1.43.78'
  • a0fafbb Bumping version to 1.43.78
  • d94c903 Update to latest models
  • 1be1047 Merge branch 'release-1.43.77'
  • 36c34f1 Merge branch 'release-1.43.77' into develop
  • 72bbe1b Bumping version to 1.43.77
  • 0780108 fix: Restore response_class on every request to prevent status leak (#3784)
  • 648ecf4 Merge branch 'release-1.43.76'
  • 8432c86 Merge branch 'release-1.43.76' into develop
  • 8593448 Bumping version to 1.43.76
  • Additional commits viewable in compare view

Updates strands-agents from 1.52.0 to 1.53.0

Release notes

Sourced from strands-agents's releases.

python/v1.53.0

Auto-drafted from commits in python/v1.52.0..python/v1.53.0, grouped by conventional-commit type. Edit on the release page after publish if you want a polished writeup; the canonical release notes live on the website.

🚀 Features

  • feat: add context manager offloading strategies (#3505) (bc3799523)
  • feat(memory-ts): add FileMemoryStore (#3825) (baca68e3d)
  • feat(typescript): add audio content blocks (#3865) (a1e880a2d)
  • feat(python): add audio content blocks (#3862) (7f9a0b892)
  • feat(ts): thread per-call model through InvokeModelStage (#3875) (70cafa596)
  • feat(bidi): add echo suppression support (#3580) (3547e8884)
  • feat(ts): support multiple continuation inputs (#3837) (c186207cf)
  • feat(site): add /community/ editorial hub and 14-lesson course (#3520) (0b46c8430)
  • feat(memory): support min/max score filtering in Bedrock knowledge base store (#3726) (913714954)
  • feat(ci): count only complexity a PR adds, in both SDKs (#3771) (a129c34f9)
  • feat(catalog): add band (#3843) (b04971027)
  • feat(site): add strands-dynamodb-storage to the catalog and tier compat-layer providers (#3830) (b1558143a)
  • feat(ts): add execution-scoped cancellation to ToolContext (#3807) (0ca278c40)
  • feat(site): built-in SDK integrations and maintainer tiers in the catalog (#3766) (766e4f4e3)
  • feat: add injected content behind cache points (#3704) (d2567ce5e)
  • feat(site): expire New sidebar badges 30 days after addedDate (#3815) (ef2dbe565)
  • feat: add after tool call duration (#3589) (47d9b2f7b)
  • feat(py): add agent-as-tool delegation (#3346) (26ba07820)
  • feat(mcp): add client OAuth authentication for streamable HTTP (#3554) (48123d7c6)
  • feat(mcp): surface tool annotations in ToolSpec (#3528) (5ef6ab7f7)
  • feat(anthropic): enable prompt caching via cache_config and cache_tools (#3571) (d2d1cd206)

🐛 Fixes

  • fix(bedrock)!: cache system prompt in auto mode (#3681) (697c833df)
  • fix(multiagent): accumulate cache token counters in Graph and Swarm (#3884) (606e1b84d)
  • fix: fix failing unit tests for bedrock caching (#3887) (2b6af5a1d)
  • fix: read prompt_tokens_details cache reads in TS OpenAI Chat (#3885) (2b2d9bd40)
  • fix(bidi): failing tests (#3883) (35eef8c87)
  • fix(bidi): emit gemini usage metadata alongside content events (#3725) (4654a6c0d)
  • fix(plugins): preserve initialization failures (#3482) (e09d4d63f)
  • fix(site): set catalog addedDate values from actual git history (#3864) (7f37881d6)
  • fix(anthropic): raise on unsupported document and image formats instead of sending undeliverable requests (#3790) (651f771bd)
  • fix(bedrock): inherit cache_config ttl on an untimed tools cache point (#3858) (8bd807dfc)
  • fix(openai): classify Bedrock Mantle context-overflow errors (#3722) (333885bbd)
  • fix(bedrock): omit falsy cache point TTLs (#3799) (27fccbfd2)
  • fix(build): include strandly workspace in root build and type-check (#3804) (1cba4a90f)
  • fix(bedrock-kb): unwrap NumericValue metadata back to the stored number (#3655) (234ede962)
  • fix(site): rebuild the test content snapshot when content changes (#3773) (7c266b39c)
  • fix(anthropic): deliver url-source images instead of silently dropping them (#3792) (8c3b2102b)
  • fix(anthropic): throw on undeliverable document blocks instead of silently dropping them (#3786) (a2ac1180f)

📚 Documentation

... (truncated)

Commits
  • bc37995 feat: add context manager offloading strategies (#3505)
  • 7a66861 docs: add bidi observability documentation (#3739)
  • 0a1b266 ci(python): update mypy requirement from <2.0.0,>=1.15.0 to >=1.15.0,<3.0.0 i...
  • baca68e feat(memory-ts): add FileMemoryStore (#3825)
  • 697c833 fix(bedrock)!: cache system prompt in auto mode (#3681)
  • a1e880a feat(typescript): add audio content blocks (#3865)
  • 53eb575 docs: list aidress-mcp in the integrations catalog (#3364)
  • 7f9a0b8 feat(python): add audio content blocks (#3862)
  • 606e1b8 fix(multiagent): accumulate cache token counters in Graph and Swarm (#3884)
  • f79ce81 test(openai): remove unwinnable rate-limit throttling integ test (#3891)
  • Additional commits viewable in compare view

Updates bedrock-agentcore from 1.21.0 to 1.22.0

Release notes

Sourced from bedrock-agentcore's releases.

Bedrock AgentCore SDK v1.22.0

Installation

pip install bedrock-agentcore==1.22.0

What's Changed

See CHANGELOG.md for details.

What's Changed

Full Changelog: aws/bedrock-agentcore-sdk-python@v1.21.0...v1.22.0

Changelog

Sourced from bedrock-agentcore's changelog.

[1.22.0] - 2026-08-18

Other Changes

  • feat(payments): add MPP, x402 upto, and Quick Create support (#643) (66a68e3)
Commits

Updates langchain from 1.3.15 to 1.3.16

Release notes

Sourced from langchain's releases.

langchain==1.3.16

Changes since langchain==1.3.15

release(langchain): 1.3.16 (#39806) feat(core): add standard model exception types (#39538) feat(langchain): support custom token_counter in ContextEditingMiddleware (#39754) fix(langchain): re-raise non-retryable exceptions in ModelRetryMiddleware (#38960) chore(langchain): update docs on error handling for json schema (#39632) fix(langchain): preserve final repeated schema ordering (#39284)

Commits

Updates langchain-aws from 1.7.1 to 1.7.3

Release notes

Sourced from langchain-aws's releases.

langchain-aws==1.7.3

What's Changed

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.7.2...langchain-aws==1.7.3

langchain-aws==1.7.2

What's Changed

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.7.1...langchain-aws==1.7.2

Commits
  • 0434c7f release(aws): 1.7.3 (#1222)
  • 3ac9a76 fix(aws): Normalize cross-provider assistant content before serialization in ...
  • 1d784b3 chore(model-profiles): refresh model profile data (#1220)
  • 67b39d4 fix(aws): ignore unsupported cross-provider AI blocks (#1218)
  • 8eb4d41 release(aws): 1.7.2 (#1215)
  • 191dd58 feat(aws): add ChatAnthropicMantle for Bedrock Mantle Anthropic Messages API ...
  • 5146f51 feat(aws): credential-derived auth for ChatOpenAIMantle (#1203)
  • 4c56a23 chore(model-profiles): refresh model profile data (#1214)
  • See full diff in compare view

Updates claude-agent-sdk from 0.2.139 to 0.2.144

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.143

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.238

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.143/

pip install claude-agent-sdk==0.2.143

v0.2.142

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.237

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.142/

pip install claude-agent-sdk==0.2.142

v0.2.141

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.236

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.141/

pip install claude-agent-sdk==0.2.141

v0.2.140

New Features

  • MCP 2.x support for in-process SDK MCP servers: The SDK now supports mcp 2.x alongside 1.x (dependency widened to mcp>=1.23.0,<3.0.0). In-process servers are served over mcp's own in-memory transport instead of hand-rolled JSON-RPC dispatch, so hand-built mcp.server.Server instances now work at full fidelity — resources, prompts, and all result content types reach the CLI verbatim. Tool cancellation on interrupt is supported on mcp 2.x. claude_agent_sdk.ToolAnnotations accepts both camelCase and snake_case hint names on every mcp version (#1218)

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

Changelog

0.2.143

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.238

0.2.142

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.237

0.2.141

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.236

0.2.140

New Features

  • MCP 2.x support for in-process SDK MCP servers: The SDK now supports mcp 2.x alongside 1.x (dependency widened to mcp>=1.23.0,<3.0.0). In-process servers are served over mcp's own in-memory transport instead of hand-rolled JSON-RPC dispatch, so hand-built mcp.server.Server instances now work at full fidelity — resources, prompts, and all result content types reach the CLI verbatim. Tool cancellation on interrupt is supported on mcp 2.x. claude_agent_sdk.ToolAnnotations accepts both camelCase and snake_case hint names on every mcp version (#1218)
  • forward_subagent_text option: New forward_subagent_text boolean on ClaudeAgentOptions forwards a subagent's text and thinking blocks as messages in the stream, so consumers can render the full nested transcript. Matches the TypeScript SDK's forwardSubagentText (#1206)
  • ResultError exception with structured error payload: When the CLI exits after a terminal error result, the SDK now raises ResultError (a subclass of ProcessError) instead of a bare "exit code 1" error. Carries subtype, errors, result, api_error_status, terminal_reason, session_id, and the raw data dict so callers can branch on failure reason without string matching. New exported types: ResultError (#1205)
  • can_use_tool callback support for query() and string prompts: The can_use_tool permission callback now works with string prompts (not just ClaudeSDKClient), and stdin is kept open so the CLI can send permission requests over the control protocol (#1204)

Bug Fixes

  • Recover parent_tool_use_id when reading subagent transcripts: get_subagent_messages() and get_subagent_messages_from_store() now recover the parent_tool_use_id from the subagent's metadata, linking each subagent's messages to the Agent tool_use block in the parent session. SessionMessage also gains a parent_agent_id field for the spawning agent's id (#1207)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.235
Commits

Updates copilotkit from 0.1.94 to 0.1.95

Release notes

Sourced from copilotkit's releases.

python-sdk/v0.1.95

Python SDK release: copilotkit 0.1.95

https://pypi.org/project/copilotkit/0.1.95/

Commits

Updates bedrock-agentcore from 1.21.0 to 1.22.0

Release notes

Sourced from bedrock-agentcore's releases.

Bedrock AgentCore SDK v1.22.0

Installation

pip install bedrock-agentcore==1.22.0

What's Changed

See CHANGELOG.md for details.

What's Changed

Full Changelog: aws/bedrock-agentcore-sdk-python@v1.21.0...v1.22.0

Changelog

Sourced from bedrock-agentcore's changelog.

[1.22.0] - 2026-08-18

Other Changes

  • feat(payments): add MPP, x402 upto, and Quick Create support (#643) (66a68e3)
Commits

Updates langchain from 1.3.15 to 1.3.16

Release notes

Sourced from langchain's releases.

langchain==1.3.16

Changes since langchain==1.3.15

release(langchain): 1.3.16 (#39806) feat(core): add standard model exception types (#39538) feat(langchain): support custom token_counter in ContextEditingMiddleware (#39754) fix(langchain): re-raise non-retryable exceptions in ModelRetryMiddleware (#38960) chore(langchain): update docs on error handling for json schema (#39632) fix(langchain): preserve final repeated schema ordering (#39284)

Commits

Updates langchain-aws from 1.7.1 to 1.7.3

Release notes

Sourced from langchain-aws's releases.

langchain-aws==1.7.3

What's Changed

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.7.2...langchain-aws==1.7.3

langchain-aws==1.7.2

What's Changed

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.7.1...langchain-aws==1.7.2

Commits
  • 0434c7f release(aws): 1.7.3 (#1222)
  • 3ac9a76 fix(aws): Normalize cross-provider assistant content before serialization in ...
  • 1d784b3 chore(model-profiles): refresh model profile data (#1220)
  • 67b39d4 fix(aws): ignore unsupported cross-provider AI blocks (#1218)
  • 8eb4d41 release(aws): 1.7.2 (#1215)
  • 191dd58 feat(aws): add ChatAnthropicMantle for Bedrock Mantle Anthropic Messages API ...
  • 5146f51 feat(aws): credential-derived auth for ChatOpenAIMantle (#1203)
  • 4c56a23 chore(model-profiles): refresh model profile data (#1214)
  • See full diff in compare view

Updates copilotkit from 0.1.94 to 0.1.95

Release notes

Sourced from copilotkit's releases.

python-sdk/v0.1.95

Python SDK release: copilotkit 0.1.95

https://pypi.org/project/copilotkit/0.1.95/

Commits

Updates strands-agents from 1.52.0 to 1.53.0

Release notes

Sourced from strands-agents's releases.

python/v1.53.0

Auto-drafted from commits in python/v1.52.0..python/v1.53.0, grouped by conventional-commit type. Edit on the release page after publish if you want a polished writeup; the canonical release notes live on the website.

🚀 Features

  • feat: add context manager offloading strategies (#3505) (bc3799523)
  • feat(memory-ts): add FileMemoryStore (#3825) (baca68e3d)
  • feat(typescript): add audio content blocks (#3865) (a1e880a2d)
  • feat(python): add audio content blocks (#3862) (7f9a0b892)
  • feat(ts): thread per-call model through InvokeModelStage (#3875) (70cafa596)
  • feat(bidi): add echo suppression support (#3580) (3547e8884)
  • feat(ts): support multiple continuation inputs (#3837) (c186207cf)
  • feat(site): add /community/ editorial hub and 14-lesson course (#3520) (0b46c8430)
  • feat(memory): support min/max score filtering in Bedrock knowledge base store (#3726) (913714954)
  • feat(ci): count only complexity a PR adds, in both SDKs (#3771) (a129c34f9)
  • feat(catalog): add band (#3843) (b04971027)
  • feat(site): add strands-dynamodb-storage to the catalog and tier compat-layer providers (#3830) (b1558143a)
  • feat(ts): add execution-scoped cancellation to ToolContext (#3807) (0ca278c40)
  • feat(site): built-in SDK integrations and maintainer tiers in the catalog (#3766) (766e4f4e3)
  • feat: add injected content behind cache points (#3704) (d2567ce5e)
  • feat(site): expire New sidebar badges 30 days after addedDate (#3815) (ef2dbe565)
  • feat: add after tool call duration (#3589) (47d9b2f7b)
  • feat(py): add agent-as-tool delegation (#3346) (26ba07820)
  • feat(mcp): add client OAuth authentication for streamable HTTP (#3554) (48123d7c6)
  • feat(mcp): surface tool annotations in ToolSpec (#3528) (5ef6ab7f7)
  • feat(anthropic): enable prompt caching via cache_config and cache_tools (#3571) (d2d1cd206)

🐛 Fixes

  • fix(bedrock)!: cache system prompt in auto mode (#3681) (697c833df)
  • fix(multiagent): accumulate cache token counters in Graph and Swarm (#3884) (606e1b84d)
  • fix: fix failing unit tests for bedrock caching (#3887) (2b6af5a1d)
  • fix: read prompt_tokens_details cache reads in TS OpenAI Chat (#3885) (2b2d9bd40)
  • fix(bidi): failing tests (#3883) (35eef8c87)
  • fix(bidi): emit gemini usage metadata alongside content events (#3725) (4654a6c0d)
  • fix(plugins): preserve initialization failures (#3482) (e09d4d63f)
  • fix(site): set catalog addedDate values from actual git history (#3864) (7f37881d6)
  • fix(anthropic): raise on unsupported document and image formats instead of sending undeliverable requests (#3790) (651f771bd)
  • fix(bedrock): inherit cache_config ttl on an untimed tools cache point (#3858) (8bd807dfc)
  • fix(openai): classify Bedrock Mantle context-overflow errors (#3722) (333885bbd)
  • fix(bedrock): omit falsy cache point TTLs (#3799) (27fccbfd2)
  • fix(build): include strandly workspace in root build and type-check (#3804) (1cba4a90f)
  • f...

    Description has been truncated

…updates

Updates the requirements on [aws-cdk-lib](https://github.com/aws/aws-cdk), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [strands-agents](https://github.com/strands-agents/harness-sdk), [bedrock-agentcore](https://github.com/aws/bedrock-agentcore-sdk-python), [langchain](https://github.com/langchain-ai/langchain), [langchain-aws](https://github.com/langchain-ai/langchain-aws), [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) and [copilotkit](https://github.com/CopilotKit/CopilotKit) to permit the latest version.

Updates `aws-cdk-lib` to 2.266.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](aws/aws-cdk@v2.265.0...v2.266.0)

Updates `boto3` to 1.43.78
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.72...1.43.78)

Updates `botocore` to 1.43.78
- [Commits](boto/botocore@1.43.72...1.43.78)

Updates `strands-agents` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/strands-agents/harness-sdk/releases)
- [Commits](strands-agents/harness-sdk@python/v1.52.0...python/v1.53.0)

Updates `bedrock-agentcore` from 1.21.0 to 1.22.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.21.0...v1.22.0)

Updates `langchain` from 1.3.15 to 1.3.16
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.3.15...langchain==1.3.16)

Updates `langchain-aws` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/langchain-ai/langchain-aws/releases)
- [Commits](langchain-ai/langchain-aws@langchain-aws==1.7.1...langchain-aws==1.7.3)

Updates `claude-agent-sdk` from 0.2.139 to 0.2.144
- [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](https://github.com/anthropics/claude-agent-sdk-python/commits)

Updates `copilotkit` from 0.1.94 to 0.1.95
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/changelog.txt)
- [Commits](https://github.com/CopilotKit/CopilotKit/commits/python-sdk/v0.1.95)

Updates `bedrock-agentcore` from 1.21.0 to 1.22.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.21.0...v1.22.0)

Updates `langchain` from 1.3.15 to 1.3.16
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.3.15...langchain==1.3.16)

Updates `langchain-aws` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/langchain-ai/langchain-aws/releases)
- [Commits](langchain-ai/langchain-aws@langchain-aws==1.7.1...langchain-aws==1.7.3)

Updates `copilotkit` from 0.1.94 to 0.1.95
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/changelog.txt)
- [Commits](https://github.com/CopilotKit/CopilotKit/commits/python-sdk/v0.1.95)

Updates `strands-agents` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/strands-agents/harness-sdk/releases)
- [Commits](strands-agents/harness-sdk@python/v1.52.0...python/v1.53.0)

Updates `bedrock-agentcore` from 1.21.0 to 1.22.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.21.0...v1.22.0)

Updates `claude-agent-sdk` from 0.2.139 to 0.2.144
- [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](https://github.com/anthropics/claude-agent-sdk-python/commits)

Updates `claude-agent-sdk` from 0.2.139 to 0.2.144
- [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](https://github.com/anthropics/claude-agent-sdk-python/commits)

Updates `strands-agents` to 1.53.0
- [Release notes](https://github.com/strands-agents/harness-sdk/releases)
- [Commits](strands-agents/harness-sdk@python/v1.52.0...python/v1.53.0)

Updates `bedrock-agentcore` to 1.22.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.21.0...v1.22.0)

Updates `bedrock-agentcore` from 1.21.0 to 1.22.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.21.0...v1.22.0)

Updates `langchain` from 1.3.15 to 1.3.16
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.3.15...langchain==1.3.16)

Updates `langchain-aws` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/langchain-ai/langchain-aws/releases)
- [Commits](langchain-ai/langchain-aws@langchain-aws==1.7.1...langchain-aws==1.7.3)

Updates `strands-agents` to 1.53.0
- [Release notes](https://github.com/strands-agents/harness-sdk/releases)
- [Commits](strands-agents/harness-sdk@python/v1.52.0...python/v1.53.0)

Updates `bedrock-agentcore` to 1.22.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.21.0...v1.22.0)

Updates `strands-agents` to 1.53.0
- [Release notes](https://github.com/strands-agents/harness-sdk/releases)
- [Commits](strands-agents/harness-sdk@python/v1.52.0...python/v1.53.0)

Updates `bedrock-agentcore` to 1.22.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.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-version: 2.266.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: boto3
  dependency-version: 1.43.78
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: botocore
  dependency-version: 1.43.78
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: strands-agents
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: bedrock-agentcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: langchain
  dependency-version: 1.3.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain-aws
  dependency-version: 1.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.144
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: copilotkit
  dependency-version: 0.1.95
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: bedrock-agentcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: langchain
  dependency-version: 1.3.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain-aws
  dependency-version: 1.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: copilotkit
  dependency-version: 0.1.95
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: strands-agents
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: bedrock-agentcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.144
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.144
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: strands-agents
  dependency-version: 1.53.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: bedrock-agentcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: bedrock-agentcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: langchain
  dependency-version: 1.3.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain-aws
  dependency-version: 1.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: strands-agents
  dependency-version: 1.53.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: bedrock-agentcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: strands-agents
  dependency-version: 1.53.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: bedrock-agentcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 25, 2026
@github-actions

Copy link
Copy Markdown

Commit: f48b565 | Updated: 2026-08-25 13:44:48 UTC

Security Scan Results

Scanner S C H M L I Time Action Result Thresh
bandit 0 0 0 0 0 0 891ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 7.0s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 9ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 5.2s 0 PASSED MED (g)
detect-secrets 0 0 0 0 0 0 26ms 0 PASSED MED (g)
grype 0 0 0 0 0 0 1m 1s 0 PASSED MED (g)
npm-audit 0 0 0 0 0 0 355ms 0 PASSED MED (g)
opengrep 0 0 0 0 0 0 16.6s 0 PASSED MED (g)
semgrep 0 0 0 0 0 0 <1ms 0 MISSING MED (g)
syft 0 0 0 0 0 0 2.8s 0 PASSED MED (g)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants