boto3-stubs-lite 1.39.6__py3-none-any.whl → 1.39.8__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 boto3-stubs-lite might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boto3-stubs-lite
3
- Version: 1.39.6
4
- Summary: Lite type annotations for boto3 1.39.6 generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.39.8
4
+ Summary: Lite type annotations for boto3 1.39.8 generated with mypy-boto3-builder 8.11.0
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: boto3-stubs-full<1.40.0,>=1.39.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.39.6; extra == "boto3"
39
+ Requires-Dist: boto3==1.39.8; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.40.0,>=1.39.0; extra == "all"
42
42
  Requires-Dist: mypy-boto3-account<1.40.0,>=1.39.0; extra == "all"
@@ -80,6 +80,8 @@ Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.40.0,>=1.39.0; extra == "all"
80
80
  Requires-Dist: mypy-boto3-bedrock<1.40.0,>=1.39.0; extra == "all"
81
81
  Requires-Dist: mypy-boto3-bedrock-agent<1.40.0,>=1.39.0; extra == "all"
82
82
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.40.0,>=1.39.0; extra == "all"
83
+ Requires-Dist: mypy-boto3-bedrock-agentcore<1.40.0,>=1.39.0; extra == "all"
84
+ Requires-Dist: mypy-boto3-bedrock-agentcore-control<1.40.0,>=1.39.0; extra == "all"
83
85
  Requires-Dist: mypy-boto3-bedrock-data-automation<1.40.0,>=1.39.0; extra == "all"
84
86
  Requires-Dist: mypy-boto3-bedrock-data-automation-runtime<1.40.0,>=1.39.0; extra == "all"
85
87
  Requires-Dist: mypy-boto3-bedrock-runtime<1.40.0,>=1.39.0; extra == "all"
@@ -540,6 +542,10 @@ Provides-Extra: bedrock-agent
540
542
  Requires-Dist: mypy-boto3-bedrock-agent<1.40.0,>=1.39.0; extra == "bedrock-agent"
541
543
  Provides-Extra: bedrock-agent-runtime
542
544
  Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.40.0,>=1.39.0; extra == "bedrock-agent-runtime"
545
+ Provides-Extra: bedrock-agentcore
546
+ Requires-Dist: mypy-boto3-bedrock-agentcore<1.40.0,>=1.39.0; extra == "bedrock-agentcore"
547
+ Provides-Extra: bedrock-agentcore-control
548
+ Requires-Dist: mypy-boto3-bedrock-agentcore-control<1.40.0,>=1.39.0; extra == "bedrock-agentcore-control"
543
549
  Provides-Extra: bedrock-data-automation
544
550
  Requires-Dist: mypy-boto3-bedrock-data-automation<1.40.0,>=1.39.0; extra == "bedrock-data-automation"
545
551
  Provides-Extra: bedrock-data-automation-runtime
@@ -1302,7 +1308,7 @@ Dynamic: summary
1302
1308
 
1303
1309
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1304
1310
 
1305
- Type annotations for [boto3 1.39.6](https://pypi.org/project/boto3/) compatible
1311
+ Type annotations for [boto3 1.39.8](https://pypi.org/project/boto3/) compatible
1306
1312
  with [VSCode](https://code.visualstudio.com/),
1307
1313
  [PyCharm](https://www.jetbrains.com/pycharm/),
1308
1314
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1362,7 +1368,7 @@ You can generate type annotations for `boto3` package locally with
1362
1368
  isolation.
1363
1369
 
1364
1370
  1. Run mypy-boto3-builder in your package root directory:
1365
- `uvx --with 'boto3==1.39.6' mypy-boto3-builder`
1371
+ `uvx --with 'boto3==1.39.8' mypy-boto3-builder`
1366
1372
  2. Select `boto3-stubs` AWS SDK.
1367
1373
  3. Select services you use in the current project.
1368
1374
  4. Use provided commands to install generated packages.
@@ -1695,9 +1701,9 @@ repository.
1695
1701
 
1696
1702
  ## Submodules
1697
1703
 
1698
- - `boto3-stubs-lite[full]` - Type annotations for all 410 services in one
1704
+ - `boto3-stubs-lite[full]` - Type annotations for all 412 services in one
1699
1705
  package (recommended).
1700
- - `boto3-stubs-lite[all]` - Type annotations for all 410 services in separate
1706
+ - `boto3-stubs-lite[all]` - Type annotations for all 412 services in separate
1701
1707
  packages.
1702
1708
  - `boto3-stubs-lite[essential]` - Type annotations for
1703
1709
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1832,6 +1838,12 @@ repository.
1832
1838
  - `boto3-stubs-lite[bedrock-agent-runtime]` - Type annotations for
1833
1839
  [AgentsforBedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agent_runtime/)
1834
1840
  service.
1841
+ - `boto3-stubs-lite[bedrock-agentcore]` - Type annotations for
1842
+ [BedrockAgentCoreDataPlaneFrontingLayer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore/)
1843
+ service.
1844
+ - `boto3-stubs-lite[bedrock-agentcore-control]` - Type annotations for
1845
+ [BedrockAgentCoreControlPlaneFrontingLayer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore_control/)
1846
+ service.
1835
1847
  - `boto3-stubs-lite[bedrock-data-automation]` - Type annotations for
1836
1848
  [DataAutomationforBedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation/)
1837
1849
  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=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
40
40
  boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
- boto3_stubs_lite-1.39.6.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs_lite-1.39.6.dist-info/METADATA,sha256=TUn4sAkuUgMiOLLaWbRtkx677OzAy_-8CZDpDV3YbCE,152566
43
- boto3_stubs_lite-1.39.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- boto3_stubs_lite-1.39.6.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs_lite-1.39.6.dist-info/RECORD,,
41
+ boto3_stubs_lite-1.39.8.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs_lite-1.39.8.dist-info/METADATA,sha256=cUKvujaKOiZs9BeGtUAptGZcFCPiK-lxV9TG544_2Ns,153399
43
+ boto3_stubs_lite-1.39.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ boto3_stubs_lite-1.39.8.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs_lite-1.39.8.dist-info/RECORD,,