Skip to content

Commit 3b3fcc7

Browse files
authored
Include aws-sdk-transcribe-streaming in meta package (#28)
1 parent a87f861 commit 3b3fcc7

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

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?

clients/aws-sdk-transcribe-streaming/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
## v0.0.1
5+
## v0.1.0
66

77
### Features
88
* Initial client release with support for current Amazon Transcribe Streaming operations.

clients/aws-sdk-transcribe-streaming/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "aws_sdk_transcribe_streaming"
6-
version = "0.0.1"
6+
version = "0.1.0"
77
description = "aws_sdk_transcribe_streaming client"
88
readme = "README.md"
99
requires-python = ">=3.12"
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.0.1"
3+
__version__: str = "0.1.0"

0 commit comments

Comments
 (0)