Skip to content

Commit fd0ff01

Browse files
committed
Bump meta package and include transcribe_streaming
1 parent 9474e4c commit fd0ff01

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

clients/aws-sdk-python/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ dependencies = []
2323

2424
[project.optional-dependencies]
2525
bedrock_runtime = ["aws_sdk_bedrock_runtime==0.1.1"]
26+
transcribe_streaming = ["aws_sdk_transcribe_streaming==0.1.0"]
2627
all = [
2728
"aws_sdk_python[bedrock_runtime]",
29+
"aws_sdk_python[transcribe_streaming]",
2830
]
2931

3032
[build-system]
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.1"
3+
__version__ = "0.1.2"
44

55

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

0 commit comments

Comments
 (0)