mypy-boto3-sagemaker 1.40.14__tar.gz → 1.40.19__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.

Files changed (26) hide show
  1. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/PKG-INFO +4 -4
  2. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/README.md +2 -2
  3. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/__main__.py +3 -3
  4. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/literals.py +8 -12
  5. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/literals.pyi +8 -12
  6. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/type_defs.py +24 -0
  7. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/type_defs.pyi +22 -0
  8. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/version.py +1 -1
  9. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
  10. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/setup.py +2 -2
  11. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/LICENSE +0 -0
  12. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/__init__.py +0 -0
  13. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/__init__.pyi +0 -0
  14. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/client.py +0 -0
  15. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/client.pyi +0 -0
  16. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/paginator.py +0 -0
  17. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/paginator.pyi +0 -0
  18. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/py.typed +0 -0
  19. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/waiter.py +0 -0
  20. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker/waiter.pyi +0 -0
  21. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
  25. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_sagemaker-1.40.14 → mypy_boto3_sagemaker-1.40.19}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.40.14
4
- Summary: Type annotations for boto3 SageMaker 1.40.14 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.19
4
+ Summary: Type annotations for boto3 SageMaker 1.40.19 service generated with mypy-boto3-builder 8.11.0
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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SageMaker 1.40.14](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.40.19](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.14' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.19' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `SageMaker` service.
125
125
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 SageMaker 1.40.14](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SageMaker 1.40.19](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/),
@@ -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.40.14' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.19' 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.
@@ -12,8 +12,8 @@ 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.40.14\n"
16
- "Version: 1.40.14\n"
15
+ "Type annotations for boto3 SageMaker 1.40.19\n"
16
+ "Version: 1.40.19\n"
17
17
  "Builder version: 8.11.0\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"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.40.14\n")
29
+ sys.stdout.write("1.40.19\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -74,6 +74,9 @@ __all__ = (
74
74
  "ClarifyFeatureTypeType",
75
75
  "ClarifyTextGranularityType",
76
76
  "ClarifyTextLanguageType",
77
+ "ClusterAutoScalerTypeType",
78
+ "ClusterAutoScalingModeType",
79
+ "ClusterAutoScalingStatusType",
77
80
  "ClusterEventResourceTypeType",
78
81
  "ClusterInstanceStatusType",
79
82
  "ClusterInstanceTypeType",
@@ -818,6 +821,9 @@ ClarifyTextLanguageType = Literal[
818
821
  "yo",
819
822
  "zh",
820
823
  ]
824
+ ClusterAutoScalerTypeType = Literal["Karpenter"]
825
+ ClusterAutoScalingModeType = Literal["Disable", "Enable"]
826
+ ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
821
827
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
822
828
  ClusterInstanceStatusType = Literal[
823
829
  "DeepHealthCheckInProgress",
@@ -1199,6 +1205,7 @@ InstanceTypeType = Literal[
1199
1205
  "ml.p4d.24xlarge",
1200
1206
  "ml.p4de.24xlarge",
1201
1207
  "ml.p5.48xlarge",
1208
+ "ml.p6-b200.48xlarge",
1202
1209
  "ml.r5.12xlarge",
1203
1210
  "ml.r5.16xlarge",
1204
1211
  "ml.r5.24xlarge",
@@ -2698,8 +2705,6 @@ ServiceName = Literal[
2698
2705
  "omics",
2699
2706
  "opensearch",
2700
2707
  "opensearchserverless",
2701
- "opsworks",
2702
- "opsworkscm",
2703
2708
  "organizations",
2704
2709
  "osis",
2705
2710
  "outposts",
@@ -2832,16 +2837,7 @@ ServiceName = Literal[
2832
2837
  "xray",
2833
2838
  ]
2834
2839
  ResourceServiceName = Literal[
2835
- "cloudformation",
2836
- "cloudwatch",
2837
- "dynamodb",
2838
- "ec2",
2839
- "glacier",
2840
- "iam",
2841
- "opsworks",
2842
- "s3",
2843
- "sns",
2844
- "sqs",
2840
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
2845
2841
  ]
2846
2842
  PaginatorName = Literal[
2847
2843
  "create_hub_content_presigned_urls",
@@ -73,6 +73,9 @@ __all__ = (
73
73
  "ClarifyFeatureTypeType",
74
74
  "ClarifyTextGranularityType",
75
75
  "ClarifyTextLanguageType",
76
+ "ClusterAutoScalerTypeType",
77
+ "ClusterAutoScalingModeType",
78
+ "ClusterAutoScalingStatusType",
76
79
  "ClusterEventResourceTypeType",
77
80
  "ClusterInstanceStatusType",
78
81
  "ClusterInstanceTypeType",
@@ -816,6 +819,9 @@ ClarifyTextLanguageType = Literal[
816
819
  "yo",
817
820
  "zh",
818
821
  ]
822
+ ClusterAutoScalerTypeType = Literal["Karpenter"]
823
+ ClusterAutoScalingModeType = Literal["Disable", "Enable"]
824
+ ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
819
825
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
820
826
  ClusterInstanceStatusType = Literal[
821
827
  "DeepHealthCheckInProgress",
@@ -1197,6 +1203,7 @@ InstanceTypeType = Literal[
1197
1203
  "ml.p4d.24xlarge",
1198
1204
  "ml.p4de.24xlarge",
1199
1205
  "ml.p5.48xlarge",
1206
+ "ml.p6-b200.48xlarge",
1200
1207
  "ml.r5.12xlarge",
1201
1208
  "ml.r5.16xlarge",
1202
1209
  "ml.r5.24xlarge",
@@ -2696,8 +2703,6 @@ ServiceName = Literal[
2696
2703
  "omics",
2697
2704
  "opensearch",
2698
2705
  "opensearchserverless",
2699
- "opsworks",
2700
- "opsworkscm",
2701
2706
  "organizations",
2702
2707
  "osis",
2703
2708
  "outposts",
@@ -2830,16 +2835,7 @@ ServiceName = Literal[
2830
2835
  "xray",
2831
2836
  ]
2832
2837
  ResourceServiceName = Literal[
2833
- "cloudformation",
2834
- "cloudwatch",
2835
- "dynamodb",
2836
- "ec2",
2837
- "glacier",
2838
- "iam",
2839
- "opsworks",
2840
- "s3",
2841
- "sns",
2842
- "sqs",
2838
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
2843
2839
  ]
2844
2840
  PaginatorName = Literal[
2845
2841
  "create_hub_content_presigned_urls",
@@ -69,6 +69,8 @@ from .literals import (
69
69
  ClarifyFeatureTypeType,
70
70
  ClarifyTextGranularityType,
71
71
  ClarifyTextLanguageType,
72
+ ClusterAutoScalingModeType,
73
+ ClusterAutoScalingStatusType,
72
74
  ClusterEventResourceTypeType,
73
75
  ClusterInstanceStatusType,
74
76
  ClusterInstanceTypeType,
@@ -481,6 +483,8 @@ __all__ = (
481
483
  "ClarifyShapBaselineConfigTypeDef",
482
484
  "ClarifyShapConfigTypeDef",
483
485
  "ClarifyTextConfigTypeDef",
486
+ "ClusterAutoScalingConfigOutputTypeDef",
487
+ "ClusterAutoScalingConfigTypeDef",
484
488
  "ClusterEbsVolumeConfigTypeDef",
485
489
  "ClusterEventDetailTypeDef",
486
490
  "ClusterEventSummaryTypeDef",
@@ -2538,6 +2542,18 @@ class ClarifyTextConfigTypeDef(TypedDict):
2538
2542
  Granularity: ClarifyTextGranularityType
2539
2543
 
2540
2544
 
2545
+ class ClusterAutoScalingConfigOutputTypeDef(TypedDict):
2546
+ Mode: ClusterAutoScalingModeType
2547
+ Status: ClusterAutoScalingStatusType
2548
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2549
+ FailureMessage: NotRequired[str]
2550
+
2551
+
2552
+ class ClusterAutoScalingConfigTypeDef(TypedDict):
2553
+ Mode: ClusterAutoScalingModeType
2554
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2555
+
2556
+
2541
2557
  class ClusterEbsVolumeConfigTypeDef(TypedDict):
2542
2558
  VolumeSizeInGB: NotRequired[int]
2543
2559
  VolumeKmsKeyId: NotRequired[str]
@@ -4100,11 +4116,13 @@ class DisassociateTrialComponentRequestTypeDef(TypedDict):
4100
4116
  class DockerSettingsOutputTypeDef(TypedDict):
4101
4117
  EnableDockerAccess: NotRequired[FeatureStatusType]
4102
4118
  VpcOnlyTrustedAccounts: NotRequired[List[str]]
4119
+ RootlessDocker: NotRequired[FeatureStatusType]
4103
4120
 
4104
4121
 
4105
4122
  class DockerSettingsTypeDef(TypedDict):
4106
4123
  EnableDockerAccess: NotRequired[FeatureStatusType]
4107
4124
  VpcOnlyTrustedAccounts: NotRequired[Sequence[str]]
4125
+ RootlessDocker: NotRequired[FeatureStatusType]
4108
4126
 
4109
4127
 
4110
4128
  class DomainDetailsTypeDef(TypedDict):
@@ -13650,6 +13668,8 @@ class DescribeClusterResponseTypeDef(TypedDict):
13650
13668
  Orchestrator: ClusterOrchestratorTypeDef
13651
13669
  NodeRecovery: ClusterNodeRecoveryType
13652
13670
  NodeProvisioningMode: Literal["Continuous"]
13671
+ ClusterRole: str
13672
+ AutoScaling: ClusterAutoScalingConfigOutputTypeDef
13653
13673
  ResponseMetadata: ResponseMetadataTypeDef
13654
13674
 
13655
13675
 
@@ -14133,6 +14153,8 @@ class CreateClusterRequestTypeDef(TypedDict):
14133
14153
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
14134
14154
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14135
14155
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
14156
+ ClusterRole: NotRequired[str]
14157
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
14136
14158
 
14137
14159
 
14138
14160
  class UpdateClusterRequestTypeDef(TypedDict):
@@ -14143,6 +14165,8 @@ class UpdateClusterRequestTypeDef(TypedDict):
14143
14165
  ]
14144
14166
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14145
14167
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
14168
+ ClusterRole: NotRequired[str]
14169
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
14146
14170
 
14147
14171
 
14148
14172
  class DescribeAlgorithmOutputTypeDef(TypedDict):
@@ -69,6 +69,8 @@ from .literals import (
69
69
  ClarifyFeatureTypeType,
70
70
  ClarifyTextGranularityType,
71
71
  ClarifyTextLanguageType,
72
+ ClusterAutoScalingModeType,
73
+ ClusterAutoScalingStatusType,
72
74
  ClusterEventResourceTypeType,
73
75
  ClusterInstanceStatusType,
74
76
  ClusterInstanceTypeType,
@@ -480,6 +482,8 @@ __all__ = (
480
482
  "ClarifyShapBaselineConfigTypeDef",
481
483
  "ClarifyShapConfigTypeDef",
482
484
  "ClarifyTextConfigTypeDef",
485
+ "ClusterAutoScalingConfigOutputTypeDef",
486
+ "ClusterAutoScalingConfigTypeDef",
483
487
  "ClusterEbsVolumeConfigTypeDef",
484
488
  "ClusterEventDetailTypeDef",
485
489
  "ClusterEventSummaryTypeDef",
@@ -2444,6 +2448,16 @@ class ClarifyTextConfigTypeDef(TypedDict):
2444
2448
  Language: ClarifyTextLanguageType
2445
2449
  Granularity: ClarifyTextGranularityType
2446
2450
 
2451
+ class ClusterAutoScalingConfigOutputTypeDef(TypedDict):
2452
+ Mode: ClusterAutoScalingModeType
2453
+ Status: ClusterAutoScalingStatusType
2454
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2455
+ FailureMessage: NotRequired[str]
2456
+
2457
+ class ClusterAutoScalingConfigTypeDef(TypedDict):
2458
+ Mode: ClusterAutoScalingModeType
2459
+ AutoScalerType: NotRequired[Literal["Karpenter"]]
2460
+
2447
2461
  class ClusterEbsVolumeConfigTypeDef(TypedDict):
2448
2462
  VolumeSizeInGB: NotRequired[int]
2449
2463
  VolumeKmsKeyId: NotRequired[str]
@@ -3714,10 +3728,12 @@ class DisassociateTrialComponentRequestTypeDef(TypedDict):
3714
3728
  class DockerSettingsOutputTypeDef(TypedDict):
3715
3729
  EnableDockerAccess: NotRequired[FeatureStatusType]
3716
3730
  VpcOnlyTrustedAccounts: NotRequired[List[str]]
3731
+ RootlessDocker: NotRequired[FeatureStatusType]
3717
3732
 
3718
3733
  class DockerSettingsTypeDef(TypedDict):
3719
3734
  EnableDockerAccess: NotRequired[FeatureStatusType]
3720
3735
  VpcOnlyTrustedAccounts: NotRequired[Sequence[str]]
3736
+ RootlessDocker: NotRequired[FeatureStatusType]
3721
3737
 
3722
3738
  class DomainDetailsTypeDef(TypedDict):
3723
3739
  DomainArn: NotRequired[str]
@@ -12067,6 +12083,8 @@ class DescribeClusterResponseTypeDef(TypedDict):
12067
12083
  Orchestrator: ClusterOrchestratorTypeDef
12068
12084
  NodeRecovery: ClusterNodeRecoveryType
12069
12085
  NodeProvisioningMode: Literal["Continuous"]
12086
+ ClusterRole: str
12087
+ AutoScaling: ClusterAutoScalingConfigOutputTypeDef
12070
12088
  ResponseMetadata: ResponseMetadataTypeDef
12071
12089
 
12072
12090
  ScheduledUpdateConfigUnionTypeDef = Union[
@@ -12508,6 +12526,8 @@ class CreateClusterRequestTypeDef(TypedDict):
12508
12526
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
12509
12527
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12510
12528
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
12529
+ ClusterRole: NotRequired[str]
12530
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
12511
12531
 
12512
12532
  class UpdateClusterRequestTypeDef(TypedDict):
12513
12533
  ClusterName: str
@@ -12517,6 +12537,8 @@ class UpdateClusterRequestTypeDef(TypedDict):
12517
12537
  ]
12518
12538
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12519
12539
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
12540
+ ClusterRole: NotRequired[str]
12541
+ AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
12520
12542
 
12521
12543
  class DescribeAlgorithmOutputTypeDef(TypedDict):
12522
12544
  AlgorithmName: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.14"
7
+ __version__ = "1.40.19"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.40.14
4
- Summary: Type annotations for boto3 SageMaker 1.40.14 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.19
4
+ Summary: Type annotations for boto3 SageMaker 1.40.19 service generated with mypy-boto3-builder 8.11.0
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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SageMaker 1.40.14](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.40.19](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.14' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.19' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `SageMaker` service.
125
125
  4. Use provided commands to install generated packages.
@@ -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.40.14",
16
+ version="1.40.19",
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.40.14 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 SageMaker 1.40.19 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",