aws-sdk-python 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aws-sdk-python
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Meta-package containing all AWS service clients.
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -20,8 +20,11 @@ Classifier: Programming Language :: Python :: 3.14
20
20
  Requires-Python: >=3.12
21
21
  Provides-Extra: all
22
22
  Requires-Dist: aws-sdk-bedrock-runtime==0.1.1; extra == 'all'
23
+ Requires-Dist: aws-sdk-transcribe-streaming==0.1.0; extra == 'all'
23
24
  Provides-Extra: bedrock-runtime
24
25
  Requires-Dist: aws-sdk-bedrock-runtime==0.1.1; extra == 'bedrock-runtime'
26
+ Provides-Extra: transcribe-streaming
27
+ Requires-Dist: aws-sdk-transcribe-streaming==0.1.0; extra == 'transcribe-streaming'
25
28
  Description-Content-Type: text/markdown
26
29
 
27
30
  # AWS SDK for Python
@@ -23,8 +23,10 @@ dependencies = []
23
23
 
24
24
  [project.optional-dependencies]
25
25
  bedrock_runtime = ["aws_sdk_bedrock_runtime==0.1.1"]
26
+ transcribe_streaming = ["aws_sdk_transcribe_streaming==0.1.0"]
26
27
  all = [
27
28
  "aws_sdk_python[bedrock_runtime]",
29
+ "aws_sdk_python[transcribe_streaming]",
28
30
  ]
29
31
 
30
32
  [build-system]
@@ -1,6 +1,6 @@
1
1
  # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
  # SPDX-License-Identifier: Apache-2.0
3
- __version__ = "0.1.1"
3
+ __version__ = "0.1.2"
4
4
 
5
5
 
6
6
  # TODO: Consider adding relative imports for services from the top level namespace?
File without changes
File without changes
File without changes