mypy-boto3-sagemaker 1.40.19__tar.gz → 1.40.25__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.19 → mypy_boto3_sagemaker-1.40.25}/PKG-INFO +4 -4
  2. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/README.md +2 -2
  3. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/__main__.py +3 -3
  4. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/literals.py +5 -0
  5. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/literals.pyi +5 -0
  6. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/type_defs.py +14 -0
  7. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/type_defs.pyi +13 -0
  8. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/version.py +1 -1
  9. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
  10. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/setup.py +2 -2
  11. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/LICENSE +0 -0
  12. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/__init__.py +0 -0
  13. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/__init__.pyi +0 -0
  14. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/client.py +0 -0
  15. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/client.pyi +0 -0
  16. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/paginator.py +0 -0
  17. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/paginator.pyi +0 -0
  18. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/py.typed +0 -0
  19. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/waiter.py +0 -0
  20. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker/waiter.pyi +0 -0
  21. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
  25. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_sagemaker-1.40.19 → mypy_boto3_sagemaker-1.40.25}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.40.19
4
- Summary: Type annotations for boto3 SageMaker 1.40.19 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.25
4
+ Summary: Type annotations for boto3 SageMaker 1.40.25 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.19](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.40.25](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.19' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.25' 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.19](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SageMaker 1.40.25](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.19' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.25' 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.19\n"
16
- "Version: 1.40.19\n"
15
+ "Type annotations for boto3 SageMaker 1.40.25\n"
16
+ "Version: 1.40.25\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.19\n")
29
+ sys.stdout.write("1.40.25\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -77,6 +77,7 @@ __all__ = (
77
77
  "ClusterAutoScalerTypeType",
78
78
  "ClusterAutoScalingModeType",
79
79
  "ClusterAutoScalingStatusType",
80
+ "ClusterConfigModeType",
80
81
  "ClusterEventResourceTypeType",
81
82
  "ClusterInstanceStatusType",
82
83
  "ClusterInstanceTypeType",
@@ -144,6 +145,7 @@ __all__ = (
144
145
  "HyperParameterTuningJobStatusType",
145
146
  "HyperParameterTuningJobStrategyTypeType",
146
147
  "HyperParameterTuningJobWarmStartTypeType",
148
+ "IPAddressTypeType",
147
149
  "ImageCreatedWaiterName",
148
150
  "ImageDeletedWaiterName",
149
151
  "ImageSortByType",
@@ -824,6 +826,7 @@ ClarifyTextLanguageType = Literal[
824
826
  ClusterAutoScalerTypeType = Literal["Karpenter"]
825
827
  ClusterAutoScalingModeType = Literal["Disable", "Enable"]
826
828
  ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
829
+ ClusterConfigModeType = Literal["Disable", "Enable"]
827
830
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
828
831
  ClusterInstanceStatusType = Literal[
829
832
  "DeepHealthCheckInProgress",
@@ -1050,6 +1053,7 @@ HyperParameterTuningJobStatusType = Literal[
1050
1053
  ]
1051
1054
  HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
1052
1055
  HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
1056
+ IPAddressTypeType = Literal["dualstack", "ipv4"]
1053
1057
  ImageCreatedWaiterName = Literal["image_created"]
1054
1058
  ImageDeletedWaiterName = Literal["image_deleted"]
1055
1059
  ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
@@ -1846,6 +1850,7 @@ ProductionVariantInstanceTypeType = Literal[
1846
1850
  "ml.p4d.24xlarge",
1847
1851
  "ml.p4de.24xlarge",
1848
1852
  "ml.p5.48xlarge",
1853
+ "ml.p5.4xlarge",
1849
1854
  "ml.p5e.48xlarge",
1850
1855
  "ml.p5en.48xlarge",
1851
1856
  "ml.p6-b200.48xlarge",
@@ -76,6 +76,7 @@ __all__ = (
76
76
  "ClusterAutoScalerTypeType",
77
77
  "ClusterAutoScalingModeType",
78
78
  "ClusterAutoScalingStatusType",
79
+ "ClusterConfigModeType",
79
80
  "ClusterEventResourceTypeType",
80
81
  "ClusterInstanceStatusType",
81
82
  "ClusterInstanceTypeType",
@@ -143,6 +144,7 @@ __all__ = (
143
144
  "HyperParameterTuningJobStatusType",
144
145
  "HyperParameterTuningJobStrategyTypeType",
145
146
  "HyperParameterTuningJobWarmStartTypeType",
147
+ "IPAddressTypeType",
146
148
  "ImageCreatedWaiterName",
147
149
  "ImageDeletedWaiterName",
148
150
  "ImageSortByType",
@@ -822,6 +824,7 @@ ClarifyTextLanguageType = Literal[
822
824
  ClusterAutoScalerTypeType = Literal["Karpenter"]
823
825
  ClusterAutoScalingModeType = Literal["Disable", "Enable"]
824
826
  ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
827
+ ClusterConfigModeType = Literal["Disable", "Enable"]
825
828
  ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
826
829
  ClusterInstanceStatusType = Literal[
827
830
  "DeepHealthCheckInProgress",
@@ -1048,6 +1051,7 @@ HyperParameterTuningJobStatusType = Literal[
1048
1051
  ]
1049
1052
  HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
1050
1053
  HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
1054
+ IPAddressTypeType = Literal["dualstack", "ipv4"]
1051
1055
  ImageCreatedWaiterName = Literal["image_created"]
1052
1056
  ImageDeletedWaiterName = Literal["image_deleted"]
1053
1057
  ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
@@ -1844,6 +1848,7 @@ ProductionVariantInstanceTypeType = Literal[
1844
1848
  "ml.p4d.24xlarge",
1845
1849
  "ml.p4de.24xlarge",
1846
1850
  "ml.p5.48xlarge",
1851
+ "ml.p5.4xlarge",
1847
1852
  "ml.p5e.48xlarge",
1848
1853
  "ml.p5en.48xlarge",
1849
1854
  "ml.p6-b200.48xlarge",
@@ -71,6 +71,7 @@ from .literals import (
71
71
  ClarifyTextLanguageType,
72
72
  ClusterAutoScalingModeType,
73
73
  ClusterAutoScalingStatusType,
74
+ ClusterConfigModeType,
74
75
  ClusterEventResourceTypeType,
75
76
  ClusterInstanceStatusType,
76
77
  ClusterInstanceTypeType,
@@ -146,6 +147,7 @@ from .literals import (
146
147
  InputModeType,
147
148
  InstanceGroupStatusType,
148
149
  InstanceTypeType,
150
+ IPAddressTypeType,
149
151
  IsTrackingServerActiveType,
150
152
  JobTypeType,
151
153
  JoinSourceType,
@@ -503,6 +505,7 @@ __all__ = (
503
505
  "ClusterRestrictedInstanceGroupSpecificationTypeDef",
504
506
  "ClusterSchedulerConfigSummaryTypeDef",
505
507
  "ClusterSummaryTypeDef",
508
+ "ClusterTieredStorageConfigTypeDef",
506
509
  "CodeEditorAppImageConfigOutputTypeDef",
507
510
  "CodeEditorAppImageConfigTypeDef",
508
511
  "CodeEditorAppImageConfigUnionTypeDef",
@@ -2619,6 +2622,11 @@ class ClusterSummaryTypeDef(TypedDict):
2619
2622
  TrainingPlanArns: NotRequired[List[str]]
2620
2623
 
2621
2624
 
2625
+ class ClusterTieredStorageConfigTypeDef(TypedDict):
2626
+ Mode: ClusterConfigModeType
2627
+ InstanceMemoryAllocationPercentage: NotRequired[int]
2628
+
2629
+
2622
2630
  class ContainerConfigOutputTypeDef(TypedDict):
2623
2631
  ContainerArguments: NotRequired[List[str]]
2624
2632
  ContainerEntrypoint: NotRequired[List[str]]
@@ -7420,6 +7428,7 @@ class CreateNotebookInstanceInputTypeDef(TypedDict):
7420
7428
  RoleArn: str
7421
7429
  SubnetId: NotRequired[str]
7422
7430
  SecurityGroupIds: NotRequired[Sequence[str]]
7431
+ IpAddressType: NotRequired[IPAddressTypeType]
7423
7432
  KmsKeyId: NotRequired[str]
7424
7433
  Tags: NotRequired[Sequence[TagTypeDef]]
7425
7434
  LifecycleConfigName: NotRequired[str]
@@ -7440,6 +7449,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
7440
7449
  FailureReason: str
7441
7450
  Url: str
7442
7451
  InstanceType: InstanceTypeType
7452
+ IpAddressType: IPAddressTypeType
7443
7453
  SubnetId: str
7444
7454
  SecurityGroups: List[str]
7445
7455
  RoleArn: str
@@ -7462,6 +7472,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
7462
7472
  class UpdateNotebookInstanceInputTypeDef(TypedDict):
7463
7473
  NotebookInstanceName: str
7464
7474
  InstanceType: NotRequired[InstanceTypeType]
7475
+ IpAddressType: NotRequired[IPAddressTypeType]
7465
7476
  RoleArn: NotRequired[str]
7466
7477
  LifecycleConfigName: NotRequired[str]
7467
7478
  DisassociateLifecycleConfig: NotRequired[bool]
@@ -13666,6 +13677,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
13666
13677
  RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
13667
13678
  VpcConfig: VpcConfigOutputTypeDef
13668
13679
  Orchestrator: ClusterOrchestratorTypeDef
13680
+ TieredStorageConfig: ClusterTieredStorageConfigTypeDef
13669
13681
  NodeRecovery: ClusterNodeRecoveryType
13670
13682
  NodeProvisioningMode: Literal["Continuous"]
13671
13683
  ClusterRole: str
@@ -14152,6 +14164,7 @@ class CreateClusterRequestTypeDef(TypedDict):
14152
14164
  Tags: NotRequired[Sequence[TagTypeDef]]
14153
14165
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
14154
14166
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14167
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
14155
14168
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
14156
14169
  ClusterRole: NotRequired[str]
14157
14170
  AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
@@ -14163,6 +14176,7 @@ class UpdateClusterRequestTypeDef(TypedDict):
14163
14176
  RestrictedInstanceGroups: NotRequired[
14164
14177
  Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
14165
14178
  ]
14179
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
14166
14180
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
14167
14181
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
14168
14182
  ClusterRole: NotRequired[str]
@@ -71,6 +71,7 @@ from .literals import (
71
71
  ClarifyTextLanguageType,
72
72
  ClusterAutoScalingModeType,
73
73
  ClusterAutoScalingStatusType,
74
+ ClusterConfigModeType,
74
75
  ClusterEventResourceTypeType,
75
76
  ClusterInstanceStatusType,
76
77
  ClusterInstanceTypeType,
@@ -146,6 +147,7 @@ from .literals import (
146
147
  InputModeType,
147
148
  InstanceGroupStatusType,
148
149
  InstanceTypeType,
150
+ IPAddressTypeType,
149
151
  IsTrackingServerActiveType,
150
152
  JobTypeType,
151
153
  JoinSourceType,
@@ -502,6 +504,7 @@ __all__ = (
502
504
  "ClusterRestrictedInstanceGroupSpecificationTypeDef",
503
505
  "ClusterSchedulerConfigSummaryTypeDef",
504
506
  "ClusterSummaryTypeDef",
507
+ "ClusterTieredStorageConfigTypeDef",
505
508
  "CodeEditorAppImageConfigOutputTypeDef",
506
509
  "CodeEditorAppImageConfigTypeDef",
507
510
  "CodeEditorAppImageConfigUnionTypeDef",
@@ -2513,6 +2516,10 @@ class ClusterSummaryTypeDef(TypedDict):
2513
2516
  ClusterStatus: ClusterStatusType
2514
2517
  TrainingPlanArns: NotRequired[List[str]]
2515
2518
 
2519
+ class ClusterTieredStorageConfigTypeDef(TypedDict):
2520
+ Mode: ClusterConfigModeType
2521
+ InstanceMemoryAllocationPercentage: NotRequired[int]
2522
+
2516
2523
  class ContainerConfigOutputTypeDef(TypedDict):
2517
2524
  ContainerArguments: NotRequired[List[str]]
2518
2525
  ContainerEntrypoint: NotRequired[List[str]]
@@ -6499,6 +6506,7 @@ class CreateNotebookInstanceInputTypeDef(TypedDict):
6499
6506
  RoleArn: str
6500
6507
  SubnetId: NotRequired[str]
6501
6508
  SecurityGroupIds: NotRequired[Sequence[str]]
6509
+ IpAddressType: NotRequired[IPAddressTypeType]
6502
6510
  KmsKeyId: NotRequired[str]
6503
6511
  Tags: NotRequired[Sequence[TagTypeDef]]
6504
6512
  LifecycleConfigName: NotRequired[str]
@@ -6518,6 +6526,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
6518
6526
  FailureReason: str
6519
6527
  Url: str
6520
6528
  InstanceType: InstanceTypeType
6529
+ IpAddressType: IPAddressTypeType
6521
6530
  SubnetId: str
6522
6531
  SecurityGroups: List[str]
6523
6532
  RoleArn: str
@@ -6539,6 +6548,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
6539
6548
  class UpdateNotebookInstanceInputTypeDef(TypedDict):
6540
6549
  NotebookInstanceName: str
6541
6550
  InstanceType: NotRequired[InstanceTypeType]
6551
+ IpAddressType: NotRequired[IPAddressTypeType]
6542
6552
  RoleArn: NotRequired[str]
6543
6553
  LifecycleConfigName: NotRequired[str]
6544
6554
  DisassociateLifecycleConfig: NotRequired[bool]
@@ -12081,6 +12091,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
12081
12091
  RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
12082
12092
  VpcConfig: VpcConfigOutputTypeDef
12083
12093
  Orchestrator: ClusterOrchestratorTypeDef
12094
+ TieredStorageConfig: ClusterTieredStorageConfigTypeDef
12084
12095
  NodeRecovery: ClusterNodeRecoveryType
12085
12096
  NodeProvisioningMode: Literal["Continuous"]
12086
12097
  ClusterRole: str
@@ -12525,6 +12536,7 @@ class CreateClusterRequestTypeDef(TypedDict):
12525
12536
  Tags: NotRequired[Sequence[TagTypeDef]]
12526
12537
  Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
12527
12538
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12539
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
12528
12540
  NodeProvisioningMode: NotRequired[Literal["Continuous"]]
12529
12541
  ClusterRole: NotRequired[str]
12530
12542
  AutoScaling: NotRequired[ClusterAutoScalingConfigTypeDef]
@@ -12535,6 +12547,7 @@ class UpdateClusterRequestTypeDef(TypedDict):
12535
12547
  RestrictedInstanceGroups: NotRequired[
12536
12548
  Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
12537
12549
  ]
12550
+ TieredStorageConfig: NotRequired[ClusterTieredStorageConfigTypeDef]
12538
12551
  NodeRecovery: NotRequired[ClusterNodeRecoveryType]
12539
12552
  InstanceGroupsToDelete: NotRequired[Sequence[str]]
12540
12553
  ClusterRole: NotRequired[str]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.19"
7
+ __version__ = "1.40.25"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.40.19
4
- Summary: Type annotations for boto3 SageMaker 1.40.19 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.25
4
+ Summary: Type annotations for boto3 SageMaker 1.40.25 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.19](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.40.25](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.19' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.25' 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.19",
16
+ version="1.40.25",
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.19 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 SageMaker 1.40.25 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",