mypy-boto3-sagemaker 1.35.86__tar.gz → 1.35.91__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.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/LICENSE +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/PKG-INFO +6 -6
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/README.md +3 -3
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/__init__.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/__init__.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/__main__.py +5 -5
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/client.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/client.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/literals.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/literals.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/paginator.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/paginator.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/type_defs.py +7 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/type_defs.pyi +7 -1
- mypy_boto3_sagemaker-1.35.91/mypy_boto3_sagemaker/version.py +7 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/waiter.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/waiter.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker.egg-info/PKG-INFO +6 -6
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker.egg-info/requires.txt +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/setup.py +4 -6
- mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/version.py +0 -7
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.35.
|
|
3
|
+
Version: 1.35.91
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.91 service generated with mypy-boto3-builder 8.7.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
34
|
|
|
35
35
|
<a id="mypy-boto3-sagemaker"></a>
|
|
36
36
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
46
|
+
Type annotations for [boto3 SageMaker 1.35.91](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated with
|
|
55
|
-
[mypy-boto3-builder 8.7.
|
|
55
|
+
[mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
106
106
|
isolation.
|
|
107
107
|
|
|
108
108
|
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
-
`uvx --with 'boto3==1.35.
|
|
109
|
+
`uvx --with 'boto3==1.35.91' mypy_boto3_builder`
|
|
110
110
|
2. Select `boto3-stubs` AWS SDK.
|
|
111
111
|
3. Add `SageMaker` service.
|
|
112
112
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.35.91](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.7.
|
|
21
|
+
[mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.35.
|
|
75
|
+
`uvx --with 'boto3==1.35.91' mypy_boto3_builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `SageMaker` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.7.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.35.91\n"
|
|
16
|
+
"Version: 1.35.91\n"
|
|
17
|
+
"Builder version: 8.7.1\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.35.
|
|
29
|
+
sys.stdout.write("1.35.91\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/type_defs.py
RENAMED
|
@@ -11,7 +11,7 @@ Usage::
|
|
|
11
11
|
data: ActionSourceTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
Copyright
|
|
14
|
+
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -1905,6 +1905,7 @@ class AdditionalS3DataSourceTypeDef(TypedDict):
|
|
|
1905
1905
|
S3DataType: AdditionalS3DataSourceDataTypeType
|
|
1906
1906
|
S3Uri: str
|
|
1907
1907
|
CompressionType: NotRequired[CompressionTypeType]
|
|
1908
|
+
ETag: NotRequired[str]
|
|
1908
1909
|
|
|
1909
1910
|
|
|
1910
1911
|
class AgentVersionTypeDef(TypedDict):
|
|
@@ -9374,6 +9375,8 @@ class S3ModelDataSourceTypeDef(TypedDict):
|
|
|
9374
9375
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
9375
9376
|
HubAccessConfig: NotRequired[InferenceHubAccessConfigTypeDef]
|
|
9376
9377
|
ManifestS3Uri: NotRequired[str]
|
|
9378
|
+
ETag: NotRequired[str]
|
|
9379
|
+
ManifestEtag: NotRequired[str]
|
|
9377
9380
|
|
|
9378
9381
|
|
|
9379
9382
|
class TextGenerationJobConfigOutputTypeDef(TypedDict):
|
|
@@ -11665,6 +11668,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
11665
11668
|
FrameworkVersion: NotRequired[str]
|
|
11666
11669
|
NearestModelName: NotRequired[str]
|
|
11667
11670
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
11671
|
+
ModelDataETag: NotRequired[str]
|
|
11668
11672
|
|
|
11669
11673
|
|
|
11670
11674
|
class ModelPackageContainerDefinitionTypeDef(TypedDict):
|
|
@@ -11680,12 +11684,14 @@ class ModelPackageContainerDefinitionTypeDef(TypedDict):
|
|
|
11680
11684
|
FrameworkVersion: NotRequired[str]
|
|
11681
11685
|
NearestModelName: NotRequired[str]
|
|
11682
11686
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
11687
|
+
ModelDataETag: NotRequired[str]
|
|
11683
11688
|
|
|
11684
11689
|
|
|
11685
11690
|
class SourceAlgorithmTypeDef(TypedDict):
|
|
11686
11691
|
AlgorithmName: str
|
|
11687
11692
|
ModelDataUrl: NotRequired[str]
|
|
11688
11693
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11694
|
+
ModelDataETag: NotRequired[str]
|
|
11689
11695
|
|
|
11690
11696
|
|
|
11691
11697
|
class ListMonitoringAlertsResponseTypeDef(TypedDict):
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/type_defs.pyi
RENAMED
|
@@ -11,7 +11,7 @@ Usage::
|
|
|
11
11
|
data: ActionSourceTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
Copyright
|
|
14
|
+
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -1899,6 +1899,7 @@ class AdditionalS3DataSourceTypeDef(TypedDict):
|
|
|
1899
1899
|
S3DataType: AdditionalS3DataSourceDataTypeType
|
|
1900
1900
|
S3Uri: str
|
|
1901
1901
|
CompressionType: NotRequired[CompressionTypeType]
|
|
1902
|
+
ETag: NotRequired[str]
|
|
1902
1903
|
|
|
1903
1904
|
class AgentVersionTypeDef(TypedDict):
|
|
1904
1905
|
Version: str
|
|
@@ -8251,6 +8252,8 @@ class S3ModelDataSourceTypeDef(TypedDict):
|
|
|
8251
8252
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
8252
8253
|
HubAccessConfig: NotRequired[InferenceHubAccessConfigTypeDef]
|
|
8253
8254
|
ManifestS3Uri: NotRequired[str]
|
|
8255
|
+
ETag: NotRequired[str]
|
|
8256
|
+
ManifestEtag: NotRequired[str]
|
|
8254
8257
|
|
|
8255
8258
|
class TextGenerationJobConfigOutputTypeDef(TypedDict):
|
|
8256
8259
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
@@ -10277,6 +10280,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
10277
10280
|
FrameworkVersion: NotRequired[str]
|
|
10278
10281
|
NearestModelName: NotRequired[str]
|
|
10279
10282
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
10283
|
+
ModelDataETag: NotRequired[str]
|
|
10280
10284
|
|
|
10281
10285
|
class ModelPackageContainerDefinitionTypeDef(TypedDict):
|
|
10282
10286
|
Image: str
|
|
@@ -10291,11 +10295,13 @@ class ModelPackageContainerDefinitionTypeDef(TypedDict):
|
|
|
10291
10295
|
FrameworkVersion: NotRequired[str]
|
|
10292
10296
|
NearestModelName: NotRequired[str]
|
|
10293
10297
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
10298
|
+
ModelDataETag: NotRequired[str]
|
|
10294
10299
|
|
|
10295
10300
|
class SourceAlgorithmTypeDef(TypedDict):
|
|
10296
10301
|
AlgorithmName: str
|
|
10297
10302
|
ModelDataUrl: NotRequired[str]
|
|
10298
10303
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
10304
|
+
ModelDataETag: NotRequired[str]
|
|
10299
10305
|
|
|
10300
10306
|
class ListMonitoringAlertsResponseTypeDef(TypedDict):
|
|
10301
10307
|
MonitoringAlertSummaries: list[MonitoringAlertSummaryTypeDef]
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
@@ -43,7 +43,7 @@ Usage::
|
|
|
43
43
|
transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
Copyright
|
|
46
|
+
Copyright 2025 Vlad Emelianov
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
from __future__ import annotations
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker/waiter.pyi
RENAMED
|
@@ -43,7 +43,7 @@ Usage::
|
|
|
43
43
|
transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
Copyright
|
|
46
|
+
Copyright 2025 Vlad Emelianov
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
from __future__ import annotations
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.91}/mypy_boto3_sagemaker.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.35.
|
|
3
|
+
Version: 1.35.91
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.91 service generated with mypy-boto3-builder 8.7.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
34
|
|
|
35
35
|
<a id="mypy-boto3-sagemaker"></a>
|
|
36
36
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
46
|
+
Type annotations for [boto3 SageMaker 1.35.91](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated with
|
|
55
|
-
[mypy-boto3-builder 8.7.
|
|
55
|
+
[mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
106
106
|
isolation.
|
|
107
107
|
|
|
108
108
|
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
-
`uvx --with 'boto3==1.35.
|
|
109
|
+
`uvx --with 'boto3==1.35.91' mypy_boto3_builder`
|
|
110
110
|
2. Select `boto3-stubs` AWS SDK.
|
|
111
111
|
3. Add `SageMaker` service.
|
|
112
112
|
4. Use provided commands to install generated packages.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Setup script for mypy-boto3-sagemaker.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
from pathlib import Path
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-sagemaker",
|
|
16
|
-
version="1.35.
|
|
16
|
+
version="1.35.91",
|
|
17
17
|
packages=["mypy_boto3_sagemaker"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 SageMaker 1.35.
|
|
22
|
+
description="Type annotations for boto3 SageMaker 1.35.91 service generated with mypy-boto3-builder 8.7.1",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -49,8 +49,6 @@ setup(
|
|
|
49
49
|
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
|
50
50
|
"Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
|
|
51
51
|
},
|
|
52
|
-
install_requires=[
|
|
53
|
-
'typing-extensions>=4.1.0; python_version<"3.12"',
|
|
54
|
-
],
|
|
52
|
+
install_requires=['typing-extensions; python_version<"3.12"'],
|
|
55
53
|
zip_safe=False,
|
|
56
54
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|