aws-sdk-python 0.1.2__tar.gz → 0.2.0__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.2
3
+ Version: 0.2.0
4
4
  Summary: Meta-package containing all AWS service clients.
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -19,12 +19,15 @@ Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Programming Language :: Python :: 3.14
20
20
  Requires-Python: >=3.12
21
21
  Provides-Extra: all
22
- Requires-Dist: aws-sdk-bedrock-runtime==0.1.1; extra == 'all'
23
- Requires-Dist: aws-sdk-transcribe-streaming==0.1.0; extra == 'all'
22
+ Requires-Dist: aws-sdk-bedrock-runtime==0.2.0; extra == 'all'
23
+ Requires-Dist: aws-sdk-sagemaker-runtime-http2==0.1.0; extra == 'all'
24
+ Requires-Dist: aws-sdk-transcribe-streaming==0.2.0; extra == 'all'
24
25
  Provides-Extra: bedrock-runtime
25
- Requires-Dist: aws-sdk-bedrock-runtime==0.1.1; extra == 'bedrock-runtime'
26
+ Requires-Dist: aws-sdk-bedrock-runtime==0.2.0; extra == 'bedrock-runtime'
27
+ Provides-Extra: sagemaker-runtime-http2
28
+ Requires-Dist: aws-sdk-sagemaker-runtime-http2==0.1.0; extra == 'sagemaker-runtime-http2'
26
29
  Provides-Extra: transcribe-streaming
27
- Requires-Dist: aws-sdk-transcribe-streaming==0.1.0; extra == 'transcribe-streaming'
30
+ Requires-Dist: aws-sdk-transcribe-streaming==0.2.0; extra == 'transcribe-streaming'
28
31
  Description-Content-Type: text/markdown
29
32
 
30
33
  # AWS SDK for Python
@@ -22,10 +22,12 @@ classifiers = [
22
22
  dependencies = []
23
23
 
24
24
  [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"]
27
28
  all = [
28
29
  "aws_sdk_python[bedrock_runtime]",
30
+ "aws_sdk_python[sagemaker_runtime_http2]",
29
31
  "aws_sdk_python[transcribe_streaming]",
30
32
  ]
31
33
 
@@ -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.2"
3
+ __version__ = "0.2.0"
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