Skip to content

Commit 46c9ec1

Browse files
Release 2026-05-05
1 parent bcc182c commit 46c9ec1

24 files changed

Lines changed: 234 additions & 65 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "dependency",
5+
"description": "Bump `smithy-aws-core` from `~=0.5.0` to `~=0.6.0`."
6+
},
7+
{
8+
"type": "dependency",
9+
"description": "Bump `smithy-core` from `~=0.4.0` to `~=0.5.0`."
10+
}
11+
]
12+
}

clients/aws-sdk-bedrock-runtime/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
### Dependencies
6+
* Bump `smithy-aws-core` from `~=0.5.0` to `~=0.6.0`.
7+
* Bump `smithy-core` from `~=0.4.0` to `~=0.5.0`.
8+
39
## v0.5.0
410

511
### API Changes

clients/aws-sdk-bedrock-runtime/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "aws_sdk_bedrock_runtime"
5-
version = "0.5.0"
5+
version = "0.6.0"
66
description = "aws_sdk_bedrock_runtime client"
77
readme = "README.md"
88
requires-python = ">=3.12"
@@ -23,8 +23,8 @@ classifiers = [
2323
]
2424

2525
dependencies = [
26-
"smithy_aws_core[eventstream, json]~=0.5.0",
27-
"smithy_core~=0.4.0",
26+
"smithy_aws_core[eventstream, json]~=0.6.0",
27+
"smithy_core~=0.5.0",
2828
"smithy_http[awscrt]~=0.4.0"
2929
]
3030

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code generated by smithy-python-codegen DO NOT EDIT.
22

3-
__version__: str = "0.5.0"
3+
__version__: str = "0.6.0"

0 commit comments

Comments
 (0)