File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
2122dependencies = []
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 " ]
2526all = [
2627 " aws_sdk_python[bedrock_runtime]" ,
2728]
Original file line number Diff line number Diff line change 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?
You can’t perform that action at this time.
0 commit comments