mypy-boto3-eks 1.35.57__tar.gz → 1.35.81__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.
Files changed (27) hide show
  1. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/PKG-INFO +75 -21
  2. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/README.md +72 -18
  3. mypy_boto3_eks-1.35.57/mypy_boto3_eks/__init__.pyi → mypy_boto3_eks-1.35.81/mypy_boto3_eks/__init__.py +3 -0
  4. mypy_boto3_eks-1.35.57/mypy_boto3_eks/__init__.py → mypy_boto3_eks-1.35.81/mypy_boto3_eks/__init__.pyi +2 -1
  5. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/__main__.py +7 -5
  6. mypy_boto3_eks-1.35.57/mypy_boto3_eks/client.pyi → mypy_boto3_eks-1.35.81/mypy_boto3_eks/client.py +156 -119
  7. mypy_boto3_eks-1.35.57/mypy_boto3_eks/client.py → mypy_boto3_eks-1.35.81/mypy_boto3_eks/client.pyi +152 -123
  8. mypy_boto3_eks-1.35.57/mypy_boto3_eks/literals.pyi → mypy_boto3_eks-1.35.81/mypy_boto3_eks/literals.py +23 -0
  9. mypy_boto3_eks-1.35.57/mypy_boto3_eks/literals.py → mypy_boto3_eks-1.35.81/mypy_boto3_eks/literals.pyi +21 -2
  10. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/paginator.py +28 -26
  11. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/paginator.pyi +28 -26
  12. mypy_boto3_eks-1.35.57/mypy_boto3_eks/type_defs.pyi → mypy_boto3_eks-1.35.81/mypy_boto3_eks/type_defs.py +322 -17
  13. mypy_boto3_eks-1.35.57/mypy_boto3_eks/type_defs.py → mypy_boto3_eks-1.35.81/mypy_boto3_eks/type_defs.pyi +90 -221
  14. mypy_boto3_eks-1.35.81/mypy_boto3_eks/version.py +7 -0
  15. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/waiter.py +18 -16
  16. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/waiter.pyi +18 -16
  17. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/PKG-INFO +75 -21
  18. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/setup.py +5 -3
  19. mypy_boto3_eks-1.35.57/mypy_boto3_eks/version.py +0 -5
  20. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/LICENSE +0 -0
  21. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/py.typed +0 -0
  22. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
  23. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
  24. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
  25. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/requires.txt +0 -0
  26. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
  27. {mypy_boto3_eks-1.35.57 → mypy_boto3_eks-1.35.81}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-eks
3
- Version: 1.35.57
4
- Summary: Type annotations for boto3.EKS 1.35.57 service generated with mypy-boto3-builder 8.2.1
3
+ Version: 1.35.81
4
+ Summary: Type annotations for boto3 EKS 1.35.81 service generated with mypy-boto3-builder 8.6.3
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
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 eks type-annotations botocore mypy typeshed autocomplete
12
+ Keywords: boto3 eks boto3-stubs type-annotations mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -36,35 +36,35 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
36
 
37
37
  # mypy-boto3-eks
38
38
 
39
- [![PyPI - mypy-boto3-eks](https://img.shields.io/pypi/v/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks)
40
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks)
41
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/)
42
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-eks)](https://pepy.tech/project/mypy-boto3-eks)
39
+ [![PyPI - mypy-boto3-eks](https://img.shields.io/pypi/v/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-eks)](https://pypistats.org/packages/mypy-boto3-eks)
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for
47
- [boto3.EKS 1.35.57](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
48
- service compatible with [VSCode](https://code.visualstudio.com/),
46
+ Type annotations for [boto3 EKS 1.35.81](https://pypi.org/project/boto3/)
47
+ compatible with [VSCode](https://code.visualstudio.com/),
49
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
49
  [Emacs](https://www.gnu.org/software/emacs/),
51
50
  [Sublime Text](https://www.sublimetext.com/),
52
51
  [mypy](https://github.com/python/mypy),
53
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
53
 
55
- Generated by
56
- [mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
54
+ Generated with
55
+ [mypy-boto3-builder 8.6.3](https://github.com/youtype/mypy_boto3_builder).
57
56
 
58
57
  More information can be found on
59
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
60
59
  [mypy-boto3-eks docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/).
61
60
 
62
- See how it helps to find and fix potential bugs:
61
+ See how it helps you find and fix potential bugs:
63
62
 
64
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
65
64
 
66
65
  - [mypy-boto3-eks](#mypy-boto3-eks)
67
66
  - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
68
68
  - [VSCode extension](#vscode-extension)
69
69
  - [From PyPI with pip](#from-pypi-with-pip)
70
70
  - [How to uninstall](#how-to-uninstall)
@@ -76,6 +76,7 @@ See how it helps to find and fix potential bugs:
76
76
  - [Other IDEs](#other-ides)
77
77
  - [mypy](#mypy)
78
78
  - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
79
80
  - [Explicit type annotations](#explicit-type-annotations)
80
81
  - [Client annotations](#client-annotations)
81
82
  - [Paginators annotations](#paginators-annotations)
@@ -95,6 +96,21 @@ See how it helps to 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.81' mypy_boto3_builder`
110
+ 2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
111
+ 3. Add `EKS` 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 `EKS` service.
115
131
  # install with boto3 type annotations
116
132
  python -m pip install 'boto3-stubs[eks]'
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[eks]'
122
137
 
123
-
124
138
  # standalone installation
125
139
  python -m pip install mypy-boto3-eks
126
140
  ```
@@ -159,16 +173,31 @@ annotations required, write your `boto3` code as usual.
159
173
 
160
174
  ### PyCharm
161
175
 
162
- Install `boto3-stubs-lite[eks]` in your environment:
176
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
177
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
178
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
179
+ > the issue is resolved.
180
+
181
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
182
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
183
+ > [pyright](https://github.com/microsoft/pyright) instead.
184
+
185
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
186
+ > `boto3-stubs` with
187
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
163
188
 
164
189
  ```bash
165
- python -m pip install 'boto3-stubs-lite[eks]'
190
+ pip uninstall boto3-stubs
191
+ pip install boto3-stubs-lite
166
192
  ```
167
193
 
168
- Both type checking and code completion should now work. Explicit type
169
- annotations **are required**.
194
+ Install `boto3-stubs[eks]` in your environment:
170
195
 
171
- Use `boto3-stubs` package instead for implicit type discovery.
196
+ ```bash
197
+ python -m pip install 'boto3-stubs[eks]'
198
+ ```
199
+
200
+ Both type checking and code completion should now work.
172
201
 
173
202
  <a id="emacs"></a>
174
203
 
@@ -254,6 +283,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
254
283
  Type checking should now work. No explicit type annotations required, write
255
284
  your `boto3` code as usual.
256
285
 
286
+ <a id="pylint-compatibility"></a>
287
+
288
+ ### Pylint compatibility
289
+
290
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
291
+ `mypy-boto3-eks` dependency in production. However, there is an issue in
292
+ `pylint` that it complains about undefined variables. To fix it, set all types
293
+ to `object` in non-`TYPE_CHECKING` mode.
294
+
295
+ ```python
296
+ from typing import TYPE_CHECKING
297
+
298
+ if TYPE_CHECKING:
299
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
300
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
301
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
302
+ else:
303
+ EC2Client = object
304
+ EC2ServiceResource = object
305
+ BundleTaskCompleteWaiter = object
306
+ DescribeVolumesPaginator = object
307
+
308
+ ...
309
+ ```
310
+
257
311
  <a id="explicit-type-annotations"></a>
258
312
 
259
313
  ## Explicit type annotations
@@ -2,35 +2,35 @@
2
2
 
3
3
  # mypy-boto3-eks
4
4
 
5
- [![PyPI - mypy-boto3-eks](https://img.shields.io/pypi/v/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks)
6
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks)
7
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/)
8
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-eks)](https://pepy.tech/project/mypy-boto3-eks)
5
+ [![PyPI - mypy-boto3-eks](https://img.shields.io/pypi/v/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks/)
6
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-eks.svg?color=blue)](https://pypi.org/project/mypy-boto3-eks/)
7
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
8
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-eks)](https://pypistats.org/packages/mypy-boto3-eks)
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for
13
- [boto3.EKS 1.35.57](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
14
- service compatible with [VSCode](https://code.visualstudio.com/),
12
+ Type annotations for [boto3 EKS 1.35.81](https://pypi.org/project/boto3/)
13
+ compatible with [VSCode](https://code.visualstudio.com/),
15
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
15
  [Emacs](https://www.gnu.org/software/emacs/),
17
16
  [Sublime Text](https://www.sublimetext.com/),
18
17
  [mypy](https://github.com/python/mypy),
19
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
19
 
21
- Generated by
22
- [mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
20
+ Generated with
21
+ [mypy-boto3-builder 8.6.3](https://github.com/youtype/mypy_boto3_builder).
23
22
 
24
23
  More information can be found on
25
24
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
26
25
  [mypy-boto3-eks docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/).
27
26
 
28
- See how it helps to find and fix potential bugs:
27
+ See how it helps you find and fix potential bugs:
29
28
 
30
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
29
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
31
30
 
32
31
  - [mypy-boto3-eks](#mypy-boto3-eks)
33
32
  - [How to install](#how-to-install)
33
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
34
34
  - [VSCode extension](#vscode-extension)
35
35
  - [From PyPI with pip](#from-pypi-with-pip)
36
36
  - [How to uninstall](#how-to-uninstall)
@@ -42,6 +42,7 @@ See how it helps to find and fix potential bugs:
42
42
  - [Other IDEs](#other-ides)
43
43
  - [mypy](#mypy)
44
44
  - [pyright](#pyright)
45
+ - [Pylint compatibility](#pylint-compatibility)
45
46
  - [Explicit type annotations](#explicit-type-annotations)
46
47
  - [Client annotations](#client-annotations)
47
48
  - [Paginators annotations](#paginators-annotations)
@@ -61,6 +62,21 @@ See how it helps to 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.81' mypy_boto3_builder`
76
+ 2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
77
+ 3. Add `EKS` 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 `EKS` service.
81
97
  # install with boto3 type annotations
82
98
  python -m pip install 'boto3-stubs[eks]'
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[eks]'
88
103
 
89
-
90
104
  # standalone installation
91
105
  python -m pip install mypy-boto3-eks
92
106
  ```
@@ -125,16 +139,31 @@ annotations required, write your `boto3` code as usual.
125
139
 
126
140
  ### PyCharm
127
141
 
128
- Install `boto3-stubs-lite[eks]` in your environment:
142
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
143
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
144
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
145
+ > the issue is resolved.
146
+
147
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
148
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
149
+ > [pyright](https://github.com/microsoft/pyright) instead.
150
+
151
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
152
+ > `boto3-stubs` with
153
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
129
154
 
130
155
  ```bash
131
- python -m pip install 'boto3-stubs-lite[eks]'
156
+ pip uninstall boto3-stubs
157
+ pip install boto3-stubs-lite
132
158
  ```
133
159
 
134
- Both type checking and code completion should now work. Explicit type
135
- annotations **are required**.
160
+ Install `boto3-stubs[eks]` in your environment:
136
161
 
137
- Use `boto3-stubs` package instead for implicit type discovery.
162
+ ```bash
163
+ python -m pip install 'boto3-stubs[eks]'
164
+ ```
165
+
166
+ Both type checking and code completion should now work.
138
167
 
139
168
  <a id="emacs"></a>
140
169
 
@@ -220,6 +249,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
220
249
  Type checking should now work. No explicit type annotations required, write
221
250
  your `boto3` code as usual.
222
251
 
252
+ <a id="pylint-compatibility"></a>
253
+
254
+ ### Pylint compatibility
255
+
256
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
257
+ `mypy-boto3-eks` dependency in production. However, there is an issue in
258
+ `pylint` that it complains about undefined variables. To fix it, set all types
259
+ to `object` in non-`TYPE_CHECKING` mode.
260
+
261
+ ```python
262
+ from typing import TYPE_CHECKING
263
+
264
+ if TYPE_CHECKING:
265
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
266
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
267
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
268
+ else:
269
+ EC2Client = object
270
+ EC2ServiceResource = object
271
+ BundleTaskCompleteWaiter = object
272
+ DescribeVolumesPaginator = object
273
+
274
+ ...
275
+ ```
276
+
223
277
  <a id="explicit-type-annotations"></a>
224
278
 
225
279
  ## Explicit type annotations
@@ -57,6 +57,8 @@ Usage::
57
57
  list_pod_identity_associations_paginator: ListPodIdentityAssociationsPaginator = client.get_paginator("list_pod_identity_associations")
58
58
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
59
59
  ```
60
+
61
+ Copyright 2024 Vlad Emelianov
60
62
  """
61
63
 
62
64
  from .client import EKSClient
@@ -88,6 +90,7 @@ from .waiter import (
88
90
 
89
91
  Client = EKSClient
90
92
 
93
+
91
94
  __all__ = (
92
95
  "AddonActiveWaiter",
93
96
  "AddonDeletedWaiter",
@@ -57,6 +57,8 @@ Usage::
57
57
  list_pod_identity_associations_paginator: ListPodIdentityAssociationsPaginator = client.get_paginator("list_pod_identity_associations")
58
58
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
59
59
  ```
60
+
61
+ Copyright 2024 Vlad Emelianov
60
62
  """
61
63
 
62
64
  from .client import EKSClient
@@ -88,7 +90,6 @@ from .waiter import (
88
90
 
89
91
  Client = EKSClient
90
92
 
91
-
92
93
  __all__ = (
93
94
  "AddonActiveWaiter",
94
95
  "AddonDeletedWaiter",
@@ -1,5 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
+
4
+ Copyright 2024 Vlad Emelianov
3
5
  """
4
6
 
5
7
  import sys
@@ -10,11 +12,11 @@ def print_info() -> None:
10
12
  Print package info to stdout.
11
13
  """
12
14
  print(
13
- "Type annotations for boto3.EKS 1.35.57\n"
14
- "Version: 1.35.57\n"
15
- "Builder version: 8.2.1\n"
15
+ "Type annotations for boto3 EKS 1.35.81\n"
16
+ "Version: 1.35.81\n"
17
+ "Builder version: 8.6.3\n"
16
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
17
- "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS\n"
19
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\n"
18
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
19
21
  "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
20
22
  )
@@ -24,7 +26,7 @@ def print_version() -> None:
24
26
  """
25
27
  Print package version to stdout.
26
28
  """
27
- print("1.35.57")
29
+ print("1.35.81")
28
30
 
29
31
 
30
32
  def main() -> None: