types-boto3-lite 1.35.81__py3-none-any.whl → 1.35.92__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3-lite
3
- Version: 1.35.81
4
- Summary: Lite type annotations for boto3 1.35.81 generated with mypy-boto3-builder 8.6.3
3
+ Version: 1.35.92
4
+ Summary: Lite type annotations for boto3 1.35.92 generated with mypy-boto3-builder 8.7.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
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
36
  Provides-Extra: full
37
37
  Requires-Dist: types-boto3-full<1.36.0,>=1.35.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.35.81; extra == "boto3"
39
+ Requires-Dist: boto3==1.35.92; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.36.0,>=1.35.0; extra == "all"
@@ -72,6 +72,7 @@ Requires-Dist: types-boto3-autoscaling-plans<1.36.0,>=1.35.0; extra == "all"
72
72
  Requires-Dist: types-boto3-b2bi<1.36.0,>=1.35.0; extra == "all"
73
73
  Requires-Dist: types-boto3-backup<1.36.0,>=1.35.0; extra == "all"
74
74
  Requires-Dist: types-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "all"
75
+ Requires-Dist: types-boto3-backupsearch<1.36.0,>=1.35.0; extra == "all"
75
76
  Requires-Dist: types-boto3-batch<1.36.0,>=1.35.0; extra == "all"
76
77
  Requires-Dist: types-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "all"
77
78
  Requires-Dist: types-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all"
@@ -518,6 +519,8 @@ Provides-Extra: backup
518
519
  Requires-Dist: types-boto3-backup<1.36.0,>=1.35.0; extra == "backup"
519
520
  Provides-Extra: backup-gateway
520
521
  Requires-Dist: types-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "backup-gateway"
522
+ Provides-Extra: backupsearch
523
+ Requires-Dist: types-boto3-backupsearch<1.36.0,>=1.35.0; extra == "backupsearch"
521
524
  Provides-Extra: batch
522
525
  Requires-Dist: types-boto3-batch<1.36.0,>=1.35.0; extra == "batch"
523
526
  Provides-Extra: bcm-data-exports
@@ -1270,7 +1273,7 @@ Requires-Dist: types-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1270
1273
 
1271
1274
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1272
1275
 
1273
- Type annotations for [boto3 1.35.81](https://pypi.org/project/boto3/)
1276
+ Type annotations for [boto3 1.35.92](https://pypi.org/project/boto3/)
1274
1277
  compatible with [VSCode](https://code.visualstudio.com/),
1275
1278
  [PyCharm](https://www.jetbrains.com/pycharm/),
1276
1279
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1279,7 +1282,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
1279
1282
  [pyright](https://github.com/microsoft/pyright) and other tools.
1280
1283
 
1281
1284
  Generated with
1282
- [mypy-boto3-builder 8.6.3](https://github.com/youtype/mypy_boto3_builder).
1285
+ [mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
1283
1286
 
1284
1287
  More information can be found on
1285
1288
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -1329,7 +1332,7 @@ You can generate type annotations for `boto3` package locally with
1329
1332
  isolation.
1330
1333
 
1331
1334
  1. Run mypy-boto3-builder in your package root directory:
1332
- `uvx --with 'boto3==1.35.81' mypy_boto3_builder`
1335
+ `uvx --with 'boto3==1.35.92' mypy_boto3_builder`
1333
1336
  2. Select `boto3` AWS SDK.
1334
1337
  3. Select services you use in the current project.
1335
1338
  4. Use provided commands to install generated packages.
@@ -1637,9 +1640,9 @@ repository.
1637
1640
 
1638
1641
  ## Submodules
1639
1642
 
1640
- - `types-boto3-lite[full]` - Type annotations for all 404 services in one
1643
+ - `types-boto3-lite[full]` - Type annotations for all 405 services in one
1641
1644
  package (recommended).
1642
- - `types-boto3-lite[all]` - Type annotations for all 404 services in separate
1645
+ - `types-boto3-lite[all]` - Type annotations for all 405 services in separate
1643
1646
  packages.
1644
1647
  - `types-boto3-lite[essential]` - Type annotations for
1645
1648
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -1750,6 +1753,9 @@ repository.
1750
1753
  - `types-boto3-lite[backup-gateway]` - Type annotations for
1751
1754
  [BackupGateway](https://youtype.github.io/types_boto3_docs/types_boto3_backup_gateway/)
1752
1755
  service.
1756
+ - `types-boto3-lite[backupsearch]` - Type annotations for
1757
+ [BackupSearch](https://youtype.github.io/types_boto3_docs/types_boto3_backupsearch/)
1758
+ service.
1753
1759
  - `types-boto3-lite[batch]` - Type annotations for
1754
1760
  [Batch](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
1755
1761
  service.
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
39
39
  boto3-stubs/s3/inject.pyi,sha256=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
40
40
  boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
- types_boto3_lite-1.35.81.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- types_boto3_lite-1.35.81.dist-info/METADATA,sha256=196o-dnnQBlANAK9--GpBYa9yBL4tRXQs9RIOBC082s,151026
43
- types_boto3_lite-1.35.81.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- types_boto3_lite-1.35.81.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3_lite-1.35.81.dist-info/RECORD,,
41
+ types_boto3_lite-1.35.92.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3_lite-1.35.92.dist-info/METADATA,sha256=9CcuBqJPVh1D50QxHcgMo-LdD2xXWVJbsCkhJy3i6lA,151364
43
+ types_boto3_lite-1.35.92.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ types_boto3_lite-1.35.92.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3_lite-1.35.92.dist-info/RECORD,,