diff --git a/CHANGELOG.md b/CHANGELOG.md index cf687899..56a14fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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) + ## [1.15.1] - 2026-06-25 ### Added diff --git a/pyproject.toml b/pyproject.toml index 61520a5b..bd57ccb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bedrock-agentcore" -version = "1.15.1" +version = "1.16.0" description = "An SDK for using Bedrock AgentCore" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index e495d2e0..2db79ee8 100644 --- a/uv.lock +++ b/uv.lock @@ -50,7 +50,7 @@ resolution-markers = [ "python_full_version < '3.11'", ] dependencies = [ - { name = "caio", marker = "python_full_version < '3.11'" }, + { name = "caio" }, ] sdist = { url = "https://files.pythonhosted.org/packages/67/e2/d7cb819de8df6b5c1968a2756c3cb4122d4fa2b8fc768b53b7c9e5edb646/aiofile-3.9.0.tar.gz", hash = "sha256:e5ad718bb148b265b6df1b3752c4d1d83024b93da9bd599df74b9d9ffcf7919b", size = 17943, upload-time = "2024-10-08T10:39:35.846Z" } wheels = [ @@ -66,7 +66,7 @@ resolution-markers = [ "python_full_version >= '3.11' and python_full_version < '3.13'", ] dependencies = [ - { name = "caio", marker = "python_full_version >= '3.11'" }, + { name = "caio" }, ] sdist = { url = "https://files.pythonhosted.org/packages/48/41/2fea7e193e061ce54eacc3b7bc0e6a99e4fcff43c78cf0a76dd781ed8334/aiofile-3.11.1.tar.gz", hash = "sha256:1f91912c6643d2a4e49ca4ae3514f0bf3867ce948a36d99a6411b8f4755f4cf9", size = 19342, upload-time = "2026-05-16T08:18:33.538Z" } wheels = [ @@ -374,7 +374,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.15.1" +version = "1.16.0" source = { editable = "." } dependencies = [ { name = "boto3" },