Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bedrock-agentcore"
version = "1.18.0"
version = "1.18.1"
description = "An SDK for using Bedrock AgentCore"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading