mypy-boto3-s3tables 1.36.10__tar.gz → 1.37.0__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-s3tables might be problematic. Click here for more details.

Files changed (24) hide show
  1. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/PKG-INFO +10 -7
  2. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/README.md +8 -5
  3. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/__main__.py +4 -4
  4. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/literals.py +0 -1
  5. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/literals.pyi +0 -1
  6. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/version.py +1 -1
  7. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables.egg-info/PKG-INFO +10 -7
  8. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/setup.py +2 -2
  9. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/LICENSE +0 -0
  10. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/__init__.py +0 -0
  11. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/__init__.pyi +0 -0
  12. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/client.py +0 -0
  13. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/client.pyi +0 -0
  14. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/paginator.py +0 -0
  15. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/paginator.pyi +0 -0
  16. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/py.typed +0 -0
  17. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/type_defs.py +0 -0
  18. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables/type_defs.pyi +0 -0
  19. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables.egg-info/SOURCES.txt +0 -0
  20. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables.egg-info/dependency_links.txt +0 -0
  21. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables.egg-info/not-zip-safe +0 -0
  22. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables.egg-info/requires.txt +0 -0
  23. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/mypy_boto3_s3tables.egg-info/top_level.txt +0 -0
  24. {mypy_boto3_s3tables-1.36.10 → mypy_boto3_s3tables-1.37.0}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mypy-boto3-s3tables
3
- Version: 1.36.10
4
- Summary: Type annotations for boto3 S3Tables 1.36.10 service generated with mypy-boto3-builder 8.9.0
3
+ Version: 1.37.0
4
+ Summary: Type annotations for boto3 S3Tables 1.37.0 service generated with mypy-boto3-builder 8.9.2
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
@@ -55,7 +55,7 @@ Dynamic: summary
55
55
 
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
- Type annotations for [boto3 S3Tables 1.36.10](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 S3Tables 1.37.0](https://pypi.org/project/boto3/)
59
59
  compatible with [VSCode](https://code.visualstudio.com/),
60
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -64,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
64
64
  [pyright](https://github.com/microsoft/pyright) and other tools.
65
65
 
66
66
  Generated with
67
- [mypy-boto3-builder 8.9.0](https://github.com/youtype/mypy_boto3_builder).
67
+ [mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
68
68
 
69
69
  More information can be found on
70
70
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -112,12 +112,12 @@ See how it helps you find and fix potential bugs:
112
112
  ### Generate locally (recommended)
113
113
 
114
114
  You can generate type annotations for `boto3` package locally with
115
- `mypy_boto3_builder`. Use
115
+ `mypy-boto3-builder`. Use
116
116
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
117
  isolation.
118
118
 
119
119
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.36.10' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
121
121
  2. Select `boto3-stubs` AWS SDK.
122
122
  3. Add `S3Tables` service.
123
123
  4. Use provided commands to install generated packages.
@@ -393,11 +393,14 @@ Full list of `S3Tables` TypeDefs can be found in
393
393
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/type_defs/).
394
394
 
395
395
  ```python
396
+ # TypedDict usage example
396
397
  from mypy_boto3_s3tables.type_defs import CreateNamespaceRequestTypeDef
397
398
 
398
399
 
399
400
  def get_value() -> CreateNamespaceRequestTypeDef:
400
- return {...}
401
+ return {
402
+ "tableBucketARN": ...,
403
+ }
401
404
  ```
402
405
 
403
406
  <a id="how-it-works"></a>
@@ -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 S3Tables 1.36.10](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 S3Tables 1.37.0](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.9.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.9.2](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
@@ -66,12 +66,12 @@ See how it helps you find and fix potential bugs:
66
66
  ### Generate locally (recommended)
67
67
 
68
68
  You can generate type annotations for `boto3` package locally with
69
- `mypy_boto3_builder`. Use
69
+ `mypy-boto3-builder`. Use
70
70
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
71
71
  isolation.
72
72
 
73
73
  1. Run mypy-boto3-builder in your package root directory:
74
- `uvx --with 'boto3==1.36.10' mypy_boto3_builder`
74
+ `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
75
75
  2. Select `boto3-stubs` AWS SDK.
76
76
  3. Add `S3Tables` service.
77
77
  4. Use provided commands to install generated packages.
@@ -347,11 +347,14 @@ Full list of `S3Tables` TypeDefs can be found in
347
347
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/type_defs/).
348
348
 
349
349
  ```python
350
+ # TypedDict usage example
350
351
  from mypy_boto3_s3tables.type_defs import CreateNamespaceRequestTypeDef
351
352
 
352
353
 
353
354
  def get_value() -> CreateNamespaceRequestTypeDef:
354
- return {...}
355
+ return {
356
+ "tableBucketARN": ...,
357
+ }
355
358
  ```
356
359
 
357
360
  <a id="how-it-works"></a>
@@ -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 S3Tables 1.36.10\n"
16
- "Version: 1.36.10\n"
17
- "Builder version: 8.9.0\n"
15
+ "Type annotations for boto3 S3Tables 1.37.0\n"
16
+ "Version: 1.37.0\n"
17
+ "Builder version: 8.9.2\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables.html#s3tables\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.36.10\n")
29
+ sys.stdout.write("1.37.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -186,7 +186,6 @@ ServiceName = Literal[
186
186
  "efs",
187
187
  "eks",
188
188
  "eks-auth",
189
- "elastic-inference",
190
189
  "elasticache",
191
190
  "elasticbeanstalk",
192
191
  "elastictranscoder",
@@ -184,7 +184,6 @@ ServiceName = Literal[
184
184
  "efs",
185
185
  "eks",
186
186
  "eks-auth",
187
- "elastic-inference",
188
187
  "elasticache",
189
188
  "elasticbeanstalk",
190
189
  "elastictranscoder",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.36.10"
7
+ __version__ = "1.37.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mypy-boto3-s3tables
3
- Version: 1.36.10
4
- Summary: Type annotations for boto3 S3Tables 1.36.10 service generated with mypy-boto3-builder 8.9.0
3
+ Version: 1.37.0
4
+ Summary: Type annotations for boto3 S3Tables 1.37.0 service generated with mypy-boto3-builder 8.9.2
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
@@ -55,7 +55,7 @@ Dynamic: summary
55
55
 
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
- Type annotations for [boto3 S3Tables 1.36.10](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 S3Tables 1.37.0](https://pypi.org/project/boto3/)
59
59
  compatible with [VSCode](https://code.visualstudio.com/),
60
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -64,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
64
64
  [pyright](https://github.com/microsoft/pyright) and other tools.
65
65
 
66
66
  Generated with
67
- [mypy-boto3-builder 8.9.0](https://github.com/youtype/mypy_boto3_builder).
67
+ [mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
68
68
 
69
69
  More information can be found on
70
70
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -112,12 +112,12 @@ See how it helps you find and fix potential bugs:
112
112
  ### Generate locally (recommended)
113
113
 
114
114
  You can generate type annotations for `boto3` package locally with
115
- `mypy_boto3_builder`. Use
115
+ `mypy-boto3-builder`. Use
116
116
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
117
  isolation.
118
118
 
119
119
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.36.10' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
121
121
  2. Select `boto3-stubs` AWS SDK.
122
122
  3. Add `S3Tables` service.
123
123
  4. Use provided commands to install generated packages.
@@ -393,11 +393,14 @@ Full list of `S3Tables` TypeDefs can be found in
393
393
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/type_defs/).
394
394
 
395
395
  ```python
396
+ # TypedDict usage example
396
397
  from mypy_boto3_s3tables.type_defs import CreateNamespaceRequestTypeDef
397
398
 
398
399
 
399
400
  def get_value() -> CreateNamespaceRequestTypeDef:
400
- return {...}
401
+ return {
402
+ "tableBucketARN": ...,
403
+ }
401
404
  ```
402
405
 
403
406
  <a id="how-it-works"></a>
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="mypy-boto3-s3tables",
16
- version="1.36.10",
16
+ version="1.37.0",
17
17
  packages=["mypy_boto3_s3tables"],
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 S3Tables 1.36.10 service generated with mypy-boto3-builder 8.9.0",
22
+ description="Type annotations for boto3 S3Tables 1.37.0 service generated with mypy-boto3-builder 8.9.2",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",