From 78b49719eeaddb68a13c844c2126f9696ab6a954 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Apr 2026 12:53:28 +0000 Subject: [PATCH] chore: bump version to 1.6.1 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba89919..f836d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.6.1] - 2026-04-10 + +### Added +- feat: add read_only flag to AgentCoreMemorySessionManager to disable ACM persistence (#389) (215b5bd) + +### Fixed +- fix: replace blocklist with allowlist for install_packages() package validation (#403) (ed953b5) +- fix: skip integration tests for Dependabot and remove missing label (#382) (4ebfdcb) +- fix: pin griffe version and fix ExplanationStyle attribute error (#381) (2bdb9f1) + +### Other Changes +- chore(deps): bump boto3 and botocore minimum to 1.42.86 (#399) (df9a21d) +- fix(ci): add pytest-rerunfailures to integration test dependencies (#400) (5ccb283) + ## [1.6.0] - 2026-03-31 ### Added diff --git a/pyproject.toml b/pyproject.toml index 026b86c..a713d88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.6.0" +version = "1.6.1" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index bd9afbf..f25d4ad 100644 --- a/uv.lock +++ b/uv.lock @@ -270,7 +270,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.6.0" +version = "1.6.1" source = { editable = "." } dependencies = [ { name = "boto3" },