-
Notifications
You must be signed in to change notification settings - Fork 421
Bug: regression in pip release that included mypy-boto3-* dev dependencies #1321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
hey @tb102122 that's a bug, this should have been a dev dependency like other mypy types we have; an oversight from our part when merging @mploski E2E testing PR: https://github.com/awslabs/aws-lambda-powertools-python/blame/develop/pyproject.toml#L29 We'll make a patch release in the next 2 hours to address it |
Great thanks! |
|
This is now released under 1.26.5 version! |
Is this related to an existing feature request or issue?
No response
Which AWS Lambda Powertools utility does this relate to?
Other
Summary
Why do we need the dependency in the final release build?
mypy-boto3-cloudwatch = "^1.24.0"
mypy-boto3-lambda = "^1.24.0"
mypy-boto3-xray = "^1.24.0"
Use case
reduce package size
Proposal
remove dependency
Out of scope
n/a
Potential challenges
n/a
Dependencies and Integrations
No response
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: