mypy-boto3-timestream-write 1.37.0__py3-none-any.whl → 1.38.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-timestream-write 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 TimestreamWrite 1.37.0\n"
16
- "Version: 1.37.0\n"
17
- "Builder version: 8.9.2\n"
15
+ "Type annotations for boto3 TimestreamWrite 1.38.0\n"
16
+ "Version: 1.38.0\n"
17
+ "Builder version: 8.10.1\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#timestreamwrite\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.37.0\n")
29
+ sys.stdout.write("1.38.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -209,6 +209,7 @@ ServiceName = Literal[
209
209
  "freetier",
210
210
  "fsx",
211
211
  "gamelift",
212
+ "gameliftstreams",
212
213
  "geo-maps",
213
214
  "geo-places",
214
215
  "geo-routes",
@@ -234,6 +235,7 @@ ServiceName = Literal[
234
235
  "iot",
235
236
  "iot-data",
236
237
  "iot-jobs-data",
238
+ "iot-managed-integrations",
237
239
  "iotanalytics",
238
240
  "iotdeviceadvisor",
239
241
  "iotevents",
@@ -207,6 +207,7 @@ ServiceName = Literal[
207
207
  "freetier",
208
208
  "fsx",
209
209
  "gamelift",
210
+ "gameliftstreams",
210
211
  "geo-maps",
211
212
  "geo-places",
212
213
  "geo-routes",
@@ -232,6 +233,7 @@ ServiceName = Literal[
232
233
  "iot",
233
234
  "iot-data",
234
235
  "iot-jobs-data",
236
+ "iot-managed-integrations",
235
237
  "iotanalytics",
236
238
  "iotdeviceadvisor",
237
239
  "iotevents",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.0"
7
+ __version__ = "1.38.0"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: mypy-boto3-timestream-write
3
- Version: 1.37.0
4
- Summary: Type annotations for boto3 TimestreamWrite 1.37.0 service generated with mypy-boto3-builder 8.9.2
3
+ Version: 1.38.0
4
+ Summary: Type annotations for boto3 TimestreamWrite 1.38.0 service generated with mypy-boto3-builder 8.10.1
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
@@ -39,6 +39,7 @@ Dynamic: description-content-type
39
39
  Dynamic: home-page
40
40
  Dynamic: keywords
41
41
  Dynamic: license
42
+ Dynamic: license-file
42
43
  Dynamic: project-url
43
44
  Dynamic: requires-dist
44
45
  Dynamic: requires-python
@@ -56,7 +57,7 @@ Dynamic: summary
56
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
58
 
58
59
  Type annotations for
59
- [boto3 TimestreamWrite 1.37.0](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 TimestreamWrite 1.38.0](https://pypi.org/project/boto3/) compatible with
60
61
  [VSCode](https://code.visualstudio.com/),
61
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +66,7 @@ Type annotations for
65
66
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
67
 
67
68
  Generated with
68
- [mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
69
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
69
70
 
70
71
  More information can be found on
71
72
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -117,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
117
118
  isolation.
118
119
 
119
120
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.38.0' mypy-boto3-builder`
121
122
  2. Select `boto3-stubs` AWS SDK.
122
123
  3. Add `TimestreamWrite` service.
123
124
  4. Use provided commands to install generated packages.
@@ -0,0 +1,16 @@
1
+ mypy_boto3_timestream_write/__init__.py,sha256=itINAm551a3pacnOWiv7V00V5Hbu6j4gOm_ti5EnhaE,562
2
+ mypy_boto3_timestream_write/__init__.pyi,sha256=--QQECTLY6KpnKl2BecjLSym0FuKdqcaczYKiG_GBtE,561
3
+ mypy_boto3_timestream_write/__main__.py,sha256=kVSNcXMu7yKpvfbjS_eNX1ry-4u3JUTEtHKOIBlGTdU,1015
4
+ mypy_boto3_timestream_write/client.py,sha256=buzDqftbKjU59_pFWjbNNMjC1f0ru1bgbSq3DSsqblY,14326
5
+ mypy_boto3_timestream_write/client.pyi,sha256=eAsStlzG3MSp-4NDj38Z1ZaZedYE4KFP4ZfmIStN9Rs,14323
6
+ mypy_boto3_timestream_write/literals.py,sha256=uGXm5z08G6Yw8820MyCKd8QwY6Q71XSLAbTXzbRIwLI,10015
7
+ mypy_boto3_timestream_write/literals.pyi,sha256=30Y5nH-QV85HZle7zOFO9a8CbWMcsh46Wq7rM5prTBE,10013
8
+ mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ mypy_boto3_timestream_write/type_defs.py,sha256=USzCza2MWS0AzFS-WAEoqMxyMfHkL_LwwqSBx3_2TLU,15656
10
+ mypy_boto3_timestream_write/type_defs.pyi,sha256=F8BPL7VMX65vcS1_rAZuvnk0s9iKESyF88_j1yRdP0w,15585
11
+ mypy_boto3_timestream_write/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
12
+ mypy_boto3_timestream_write-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
13
+ mypy_boto3_timestream_write-1.38.0.dist-info/METADATA,sha256=zIU8CsHGKFlCUnrKllH6Z4GQFweRUqduR3t0scMrBdY,14769
14
+ mypy_boto3_timestream_write-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
15
+ mypy_boto3_timestream_write-1.38.0.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
16
+ mypy_boto3_timestream_write-1.38.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,16 +0,0 @@
1
- mypy_boto3_timestream_write/__init__.py,sha256=itINAm551a3pacnOWiv7V00V5Hbu6j4gOm_ti5EnhaE,562
2
- mypy_boto3_timestream_write/__init__.pyi,sha256=--QQECTLY6KpnKl2BecjLSym0FuKdqcaczYKiG_GBtE,561
3
- mypy_boto3_timestream_write/__main__.py,sha256=2oBPfqVtI6L-jG5GwYzdvJaxRQprBP726hfpZlpFSo4,1014
4
- mypy_boto3_timestream_write/client.py,sha256=buzDqftbKjU59_pFWjbNNMjC1f0ru1bgbSq3DSsqblY,14326
5
- mypy_boto3_timestream_write/client.pyi,sha256=eAsStlzG3MSp-4NDj38Z1ZaZedYE4KFP4ZfmIStN9Rs,14323
6
- mypy_boto3_timestream_write/literals.py,sha256=TFTRued-u6pCKFpyMrftMiEn_182hf-ncnXnSfgu-Tw,9960
7
- mypy_boto3_timestream_write/literals.pyi,sha256=jGUR-ceQCTBJRHjdWgnxINMyJ_nq6DUDLddN7FGmIBU,9958
8
- mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- mypy_boto3_timestream_write/type_defs.py,sha256=USzCza2MWS0AzFS-WAEoqMxyMfHkL_LwwqSBx3_2TLU,15656
10
- mypy_boto3_timestream_write/type_defs.pyi,sha256=F8BPL7VMX65vcS1_rAZuvnk0s9iKESyF88_j1yRdP0w,15585
11
- mypy_boto3_timestream_write/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
12
- mypy_boto3_timestream_write-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
13
- mypy_boto3_timestream_write-1.37.0.dist-info/METADATA,sha256=2ml6Wh-lZmd70DP3FdBpo2bndH_mKJd_jM-UZaCQfBQ,14745
14
- mypy_boto3_timestream_write-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
15
- mypy_boto3_timestream_write-1.37.0.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
16
- mypy_boto3_timestream_write-1.37.0.dist-info/RECORD,,