mypy-boto3-sagemaker 1.35.75__tar.gz → 1.35.86__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.35.75 → mypy_boto3_sagemaker-1.35.86}/PKG-INFO +21 -7
  2. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/README.md +19 -5
  3. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__main__.py +8 -7
  4. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/client.py +279 -239
  5. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/client.pyi +279 -238
  6. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/literals.py +31 -1
  7. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/literals.pyi +31 -1
  8. mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/paginator.pyi → mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/paginator.py +1049 -449
  9. mypy_boto3_sagemaker-1.35.75/mypy_boto3_sagemaker/paginator.py → mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/paginator.pyi +738 -532
  10. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/type_defs.py +566 -614
  11. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/type_defs.pyi +565 -607
  12. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/version.py +1 -1
  13. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/waiter.py +41 -36
  14. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/waiter.pyi +41 -36
  15. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/PKG-INFO +21 -7
  16. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/setup.py +2 -2
  17. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/LICENSE +0 -0
  18. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.py +0 -0
  19. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/__init__.pyi +0 -0
  20. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker/py.typed +0 -0
  21. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
  25. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_sagemaker-1.35.75 → mypy_boto3_sagemaker-1.35.86}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.75
4
- Summary: Type annotations for boto3 SageMaker 1.35.75 service generated with mypy-boto3-builder 8.5.0
3
+ Version: 1.35.86
4
+ Summary: Type annotations for boto3 SageMaker 1.35.86 service generated with mypy-boto3-builder 8.7.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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 SageMaker 1.35.75](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 SageMaker 1.35.86](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/),
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
51
51
  [mypy](https://github.com/python/mypy),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
- Generated by
55
- [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
54
+ Generated with
55
+ [mypy-boto3-builder 8.7.0](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
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
64
64
 
65
65
  - [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
66
66
  - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
67
68
  - [VSCode extension](#vscode-extension)
68
69
  - [From PyPI with pip](#from-pypi-with-pip)
69
70
  - [How to uninstall](#how-to-uninstall)
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
95
96
 
96
97
  ## How to install
97
98
 
99
+ <a id="generate-locally-(recommended)"></a>
100
+
101
+ ### Generate locally (recommended)
102
+
103
+ You can generate type annotations for `boto3` package locally with
104
+ `mypy_boto3_builder`. Use
105
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
106
+ isolation.
107
+
108
+ 1. Run mypy-boto3-builder in your package root directory:
109
+ `uvx --with 'boto3==1.35.86' mypy_boto3_builder`
110
+ 2. Select `boto3-stubs` AWS SDK.
111
+ 3. Add `SageMaker` service.
112
+ 4. Use provided commands to install generated packages.
113
+
98
114
  <a id="vscode-extension"></a>
99
115
 
100
116
  ### VSCode extension
@@ -115,12 +131,10 @@ Install `boto3-stubs` for `SageMaker` service.
115
131
  # install with boto3 type annotations
116
132
  python -m pip install 'boto3-stubs[sagemaker]'
117
133
 
118
-
119
134
  # Lite version does not provide session.client/resource overloads
120
135
  # it is more RAM-friendly, but requires explicit type annotations
121
136
  python -m pip install 'boto3-stubs-lite[sagemaker]'
122
137
 
123
-
124
138
  # standalone installation
125
139
  python -m pip install mypy-boto3-sagemaker
126
140
  ```
@@ -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.35.75](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 SageMaker 1.35.86](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/),
@@ -17,8 +17,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
17
17
  [mypy](https://github.com/python/mypy),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
- Generated by
21
- [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
20
+ Generated with
21
+ [mypy-boto3-builder 8.7.0](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
@@ -30,6 +30,7 @@ See how it helps you find and fix potential bugs:
30
30
 
31
31
  - [mypy-boto3-sagemaker](#mypy-boto3-sagemaker)
32
32
  - [How to install](#how-to-install)
33
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
33
34
  - [VSCode extension](#vscode-extension)
34
35
  - [From PyPI with pip](#from-pypi-with-pip)
35
36
  - [How to uninstall](#how-to-uninstall)
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
61
62
 
62
63
  ## How to install
63
64
 
65
+ <a id="generate-locally-(recommended)"></a>
66
+
67
+ ### Generate locally (recommended)
68
+
69
+ You can generate type annotations for `boto3` package locally with
70
+ `mypy_boto3_builder`. Use
71
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
72
+ isolation.
73
+
74
+ 1. Run mypy-boto3-builder in your package root directory:
75
+ `uvx --with 'boto3==1.35.86' mypy_boto3_builder`
76
+ 2. Select `boto3-stubs` AWS SDK.
77
+ 3. Add `SageMaker` service.
78
+ 4. Use provided commands to install generated packages.
79
+
64
80
  <a id="vscode-extension"></a>
65
81
 
66
82
  ### VSCode extension
@@ -81,12 +97,10 @@ Install `boto3-stubs` for `SageMaker` service.
81
97
  # install with boto3 type annotations
82
98
  python -m pip install 'boto3-stubs[sagemaker]'
83
99
 
84
-
85
100
  # Lite version does not provide session.client/resource overloads
86
101
  # it is more RAM-friendly, but requires explicit type annotations
87
102
  python -m pip install 'boto3-stubs-lite[sagemaker]'
88
103
 
89
-
90
104
  # standalone installation
91
105
  python -m pip install mypy-boto3-sagemaker
92
106
  ```
@@ -11,14 +11,14 @@ def print_info() -> None:
11
11
  """
12
12
  Print package info to stdout.
13
13
  """
14
- print(
15
- "Type annotations for boto3 SageMaker 1.35.75\n"
16
- "Version: 1.35.75\n"
17
- "Builder version: 8.5.0\n"
14
+ sys.stdout.write(
15
+ "Type annotations for boto3 SageMaker 1.35.86\n"
16
+ "Version: 1.35.86\n"
17
+ "Builder version: 8.7.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"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
21
- "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
21
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
22
22
  )
23
23
 
24
24
 
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- print("1.35.75")
29
+ sys.stdout.write("1.35.86\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -34,7 +34,8 @@ def main() -> None:
34
34
  Main CLI entrypoint.
35
35
  """
36
36
  if "--version" in sys.argv:
37
- return print_version()
37
+ print_version()
38
+ return
38
39
  print_info()
39
40
 
40
41