Skip to content

ci: update bedrock-agentcore requirement from <1.2.0,>=1.1.0 to >=1.1.0,<1.20.0 - #557

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bedrock-agentcore-gte-1.1.0-and-lt-1.20.0
Open

ci: update bedrock-agentcore requirement from <1.2.0,>=1.1.0 to >=1.1.0,<1.20.0#557
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bedrock-agentcore-gte-1.1.0-and-lt-1.20.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on bedrock-agentcore to permit the latest version.

Release notes

Sourced from bedrock-agentcore's releases.

Bedrock AgentCore SDK v1.19.0

Installation

pip install bedrock-agentcore==1.19.0

What's Changed

See CHANGELOG.md for details.

What's Changed

Full Changelog: aws/bedrock-agentcore-sdk-python@v1.18.1...v1.19.0

Changelog

Sourced from bedrock-agentcore's changelog.

[1.19.0] - 2026-07-28

Fixed

  • fix: preserve generated API reference content (#595) (4a7a8c4)
  • fix: convert RST admonition to ADOC (#594) (641000d)

Other Changes

  • fix(a2a): advertise resolved port on explicit cards (#605) (34e06f0)
  • fix(memory-integ): address capacity cap and update failures in tests (#604) (59cbff3)
  • ci: migrate workflows to shared reusable workflows (#597) (f1a7106)
  • fix(ci): pin Twine to 6.2.0 (#600) (c707388)
  • fix(a2a): honor PORT when serving locally (#593) (331f441)
  • feat(a2a): migrate runtime integration to a2a-sdk v1 (#591) (16f732f)
  • Add LLM issue auto-triage: type and high-severity labelers (#584) (3000d50)

[1.18.1] - 2026-07-17

Fixed

  • fix: tighten package specifier validation in install_packages() (#581) (3c4b4ee)

Other Changes

  • chore(deps): bump python-multipart from 0.0.27 to 0.0.31 (#527) (986801f)
  • chore(deps): bump soupsieve from 2.8 to 2.8.4 (#575) (1a79821)
  • chore(deps): bump cryptography from 46.0.7 to 48.0.1 (#531) (3a4361e)
  • chore(deps): bump pyjwt from 2.12.0 to 2.13.0 (#525) (8e1abcf)
  • chore(deps): bump starlette from 0.49.1 to 1.3.1 (#530) (738eb0f)

[1.18.0] - 2026-07-10

Fixed

  • fix: floor monotonic timestamps to milliseconds before comparison (#573) (f855616)
  • fix: order AgentCore Memory events at millisecond resolution (#572) (a271ab4)

Other Changes

  • ci: add API reference docs generation workflow (#569) (168f4be)
  • fix(payments): address langgraph middleware review follow-ups (#570) (46a0bea)
  • feat(payments): Add LangGraph integration for payment handling (#546) (0a8a486)

[1.17.0] - 2026-07-02

Other Changes

  • fix(runtime): prevent streaming-bridge deadlock on client disconnect (#482) (#563) (2bfabb3)
  • Revert "Create poc-caller.yml (#561)" (#562) (8bbfe18)
  • Create poc-caller.yml (#561) (df244a2)

[1.16.0] - 2026-06-30

Other Changes

  • fix(ci): prevent script injection in GitHub Actions workflows (#559) (c771470)
  • Add extraction_mode parameter to MemoryClient.create_event (#550) (22fc032)

... (truncated)

Commits
  • 08a4cb7 chore: bump version to 1.19.0 (#606)
  • 34e06f0 fix(a2a): advertise resolved port on explicit cards (#605)
  • 59cbff3 fix(memory-integ): address capacity cap and update failures in tests (#604)
  • 4a7a8c4 fix: preserve generated API reference content (#595)
  • f1a7106 ci: migrate workflows to shared reusable workflows (#597)
  • c707388 fix(ci): pin Twine to 6.2.0 (#600)
  • 331f441 fix(a2a): honor PORT when serving locally (#593)
  • 16f732f feat(a2a): migrate runtime integration to a2a-sdk v1 (#591)
  • 641000d fix: convert RST admonition to ADOC (#594)
  • 3000d50 Add LLM issue auto-triage: type and high-severity labelers (#584)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [bedrock-agentcore](https://github.com/aws/bedrock-agentcore-sdk-python) to permit the latest version.
- [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.1.0...v1.19.0)

---
updated-dependencies:
- dependency-name: bedrock-agentcore
  dependency-version: 1.19.0
  dependency-type: direct:development
...

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 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 3, 2026 13:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 3, 2026
@dependabot
dependabot Bot requested a review from pgrayy August 3, 2026 13:44
@dependabot
dependabot Bot requested a deployment to manual-approval August 3, 2026 13:49 Waiting
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