File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ classifiers = [
2222dependencies = []
2323
2424[project .optional-dependencies ]
25- bedrock_runtime = [" aws_sdk_bedrock_runtime==0.1.1" ]
26- transcribe_streaming = [" aws_sdk_transcribe_streaming==0.1.0" ]
25+ bedrock_runtime = [" aws_sdk_bedrock_runtime==0.2.0" ]
26+ sagemaker_runtime_http2 = [" aws_sdk_sagemaker_runtime_http2==0.1.0" ]
27+ transcribe_streaming = [" aws_sdk_transcribe_streaming==0.2.0" ]
2728all = [
2829 " aws_sdk_python[bedrock_runtime]" ,
30+ " aws_sdk_python[sagemaker_runtime_http2]" ,
2931 " aws_sdk_python[transcribe_streaming]" ,
3032]
3133
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.2 "
3+ __version__ = "0.2.0 "
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