Skip to content

Commit 06c9773

Browse files
committed
Update aws-sdk-python to v0.1.1
1 parent 5d2349a commit 06c9773

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

clients/aws-sdk-python/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3 :: Only",
1818
"Programming Language :: Python :: 3.12",
19-
"Programming Language :: Python :: 3.13"
19+
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14"
2021
]
2122
dependencies = []
2223

2324
[project.optional-dependencies]
24-
bedrock_runtime = ["aws_sdk_bedrock_runtime==0.1.0"]
25+
bedrock_runtime = ["aws_sdk_bedrock_runtime==0.1.1"]
2526
all = [
2627
"aws_sdk_python[bedrock_runtime]",
2728
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44

55

66
# TODO: Consider adding relative imports for services from the top level namespace?

0 commit comments

Comments
 (0)