File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
aws-sdk-transcribe-streaming
src/aws_sdk_transcribe_streaming Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ dependencies = []
2323
2424[project .optional-dependencies ]
2525bedrock_runtime = [" aws_sdk_bedrock_runtime==0.1.1" ]
26+ transcribe_streaming = [" aws_sdk_transcribe_streaming==0.1.0" ]
2627all = [
2728 " aws_sdk_python[bedrock_runtime]" ,
29+ " aws_sdk_python[transcribe_streaming]" ,
2830]
2931
3032[build-system ]
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.1 "
3+ __version__ = "0.1.2 "
44
55
66# TODO: Consider adding relative imports for services from the top level namespace?
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33
44[project ]
55name = " aws_sdk_transcribe_streaming"
6- version = " 0.0.1 "
6+ version = " 0.1.0 "
77description = " aws_sdk_transcribe_streaming client"
88readme = " README.md"
99requires-python = " >=3.12"
Original file line number Diff line number Diff line change 11# Code generated by smithy-python-codegen DO NOT EDIT.
22
3- __version__ : str = "0.0.1 "
3+ __version__ : str = "0.1.0 "
You can’t perform that action at this time.
0 commit comments