mypy_boto3_builder icon indicating copy to clipboard operation
mypy_boto3_builder copied to clipboard

Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.

Results 28 mypy_boto3_builder issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The `AttributeNames` argument of `.receive_messages()` is currently typed as `Sequence[QueueAttributeNameType]` but it seems that `Sequence[MessageSystemAttributeNameType | QueueAttributeNameType]` would be a better fit. Looking at the [documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs.html#SQS.Queue.receive_messages) we...

🐞 bug
👋 response needed
🎉 fix released

Investigate `boto3-stubs-services` package build with all services included. ### TODO - Check result package size - Check performance in `PyCharm` - Try new import structure: `from mypy_boto3_s3 import *`-> `from...

🚀 enhancement

**Describe the bug** So one of recent updates started throwing following error: ``` error: Incompatible types in "await" (actual type "Literal['available', 'deregistered', 'error', 'failed', 'invalid', 'pending', 'transient']", expected type "Awaitable[Any]")...

🐞 bug

Bumps the pip group with 1 update in the /. directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 41.0.7 to 42.0.4 Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference...

dependencies

**Describe the bug** EC2 `InstanceTypeDef` - the Platform field is typed `NotRequired[Literal["Windows"]]`, which is so close to being correct it hurts that it's not 😂 - [AWS Docs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Instance.html) indicate that...

🐞 bug

**Describe the bug** `ResponseMetadata` is being added to the EC2 `StateReasonTypeDef`, but it shouldn't be there as far as I can tell. - [AWS API Docs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_StateReason.html) only show `code` and...

🐞 bug

**Describe the bug** This is the actual definition for ListUserPoolClientsResponseTypeDef. Also I remark writing this issue that `HostId` is also missing in ResponseMetadata but he is required inside the actual...

🐞 bug
👋 response needed
🎉 released

**Describe the bug** `ListObjectsV2OutputTypeDef` is a `TypedDict` which specifies the `Contents` key as `List[ObjectTypeDef]` but the API can return a response without this key. Can we please change this to...

🐞 bug
👋 response needed
🎉 released

**Describe the bug** The current TypedDict definition for the DynamoDB table `get_item()` method `GetItemOutputTableTypeDef` contains "Item" as a required key, however, this is not true. According to the [AWS documentation](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html):...

🐞 bug
👋 response needed
🎉 released

Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.34.94 to 1.34.104. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3-stubs&package-manager=pip&previous-version=1.34.94&new-version=1.34.104)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies