mypy-boto3-s3tables 1.36.10__py3-none-any.whl → 1.37.0__py3-none-any.whl

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.

@@ -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>
@@ -0,0 +1,18 @@
1
+ mypy_boto3_s3tables/__init__.py,sha256=0FRXcAgUgA-cyY4r4zQiknXuuwRImIPZvpOUqFY1fK4,1077
2
+ mypy_boto3_s3tables/__init__.pyi,sha256=H45cLvIEKHeLx7gYL2N0hJ0IK_SiJ-jQMp4wCBtY-Cc,1076
3
+ mypy_boto3_s3tables/__main__.py,sha256=zDTqKN4mIqNu1qDUP2rDyDrqjOmZj1SV8uHnVY5T7rs,984
4
+ mypy_boto3_s3tables/client.py,sha256=zCiEQH2sW107da3d4sP4_7dY1I3BTOqTACrJwIpvHEU,19634
5
+ mypy_boto3_s3tables/client.pyi,sha256=FervV0-XGiQxseqygN_AIc4OF5YDEK-v1mtIokLca48,19631
6
+ mypy_boto3_s3tables/literals.py,sha256=9bbAUPeCtHnKa3_hHk97WtHnGPRzrGKmCCXyrgttfpY,9780
7
+ mypy_boto3_s3tables/literals.pyi,sha256=TPZ_VCUL5dr5x6sfDHqd4ddi8yJ_REAdvuaFU_cLZyM,9778
8
+ mypy_boto3_s3tables/paginator.py,sha256=kxwI_U_08ugU5FZ5XuBBI1SVAO_eO6eJXR0ZDWPHxQY,4696
9
+ mypy_boto3_s3tables/paginator.pyi,sha256=g20DszBYx4Yvpt9LSme2o9ZWIuYqr9eBioI8nWPwKHo,4686
10
+ mypy_boto3_s3tables/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_s3tables/type_defs.py,sha256=K2Hkg4vKpuL3NVE7xl4cxbpuCW5dW5hK-ItVwf6ig_Y,13311
12
+ mypy_boto3_s3tables/type_defs.pyi,sha256=ZwZXAwCYmQPR4UWzCHAP2hCiDDn12pFUavnawSfuhQQ,13248
13
+ mypy_boto3_s3tables/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
14
+ mypy_boto3_s3tables-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ mypy_boto3_s3tables-1.37.0.dist-info/METADATA,sha256=COWoWsK_0vB9OEzdVakZNjmK3FXgRP-Dxk2t8kywLVA,15173
16
+ mypy_boto3_s3tables-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
+ mypy_boto3_s3tables-1.37.0.dist-info/top_level.txt,sha256=oAuE1209XLnkqMpCnFhvFNXfMFMSV_JABp2g57RZEdE,20
18
+ mypy_boto3_s3tables-1.37.0.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- mypy_boto3_s3tables/__init__.py,sha256=0FRXcAgUgA-cyY4r4zQiknXuuwRImIPZvpOUqFY1fK4,1077
2
- mypy_boto3_s3tables/__init__.pyi,sha256=H45cLvIEKHeLx7gYL2N0hJ0IK_SiJ-jQMp4wCBtY-Cc,1076
3
- mypy_boto3_s3tables/__main__.py,sha256=ANdMXnU7budhjILTzxBD0qZ6hnAAkyGEKy5TWBVcJNw,987
4
- mypy_boto3_s3tables/client.py,sha256=zCiEQH2sW107da3d4sP4_7dY1I3BTOqTACrJwIpvHEU,19634
5
- mypy_boto3_s3tables/client.pyi,sha256=FervV0-XGiQxseqygN_AIc4OF5YDEK-v1mtIokLca48,19631
6
- mypy_boto3_s3tables/literals.py,sha256=TfzVcV63Q8QnLaRq50mc3ik7vDA5dhi6mVp1mUXwRhg,9805
7
- mypy_boto3_s3tables/literals.pyi,sha256=cv7sfau1NLIssuJs24kzIxAppDsjIdSKanp8K5ZuCa0,9803
8
- mypy_boto3_s3tables/paginator.py,sha256=kxwI_U_08ugU5FZ5XuBBI1SVAO_eO6eJXR0ZDWPHxQY,4696
9
- mypy_boto3_s3tables/paginator.pyi,sha256=g20DszBYx4Yvpt9LSme2o9ZWIuYqr9eBioI8nWPwKHo,4686
10
- mypy_boto3_s3tables/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_s3tables/type_defs.py,sha256=K2Hkg4vKpuL3NVE7xl4cxbpuCW5dW5hK-ItVwf6ig_Y,13311
12
- mypy_boto3_s3tables/type_defs.pyi,sha256=ZwZXAwCYmQPR4UWzCHAP2hCiDDn12pFUavnawSfuhQQ,13248
13
- mypy_boto3_s3tables/version.py,sha256=hifCx9tJl9X9sExjFtRlXo_c-U02aECf159Gy7ayoIM,93
14
- mypy_boto3_s3tables-1.36.10.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- mypy_boto3_s3tables-1.36.10.dist-info/METADATA,sha256=6TA3hEYHcV7u3TmhaN_Gz2rebr9Ec4F030G0j_CnGNI,15118
16
- mypy_boto3_s3tables-1.36.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
- mypy_boto3_s3tables-1.36.10.dist-info/top_level.txt,sha256=oAuE1209XLnkqMpCnFhvFNXfMFMSV_JABp2g57RZEdE,20
18
- mypy_boto3_s3tables-1.36.10.dist-info/RECORD,,