Add new service clients to the AWS SDK Python meta-package#70
Merged
Conversation
Contributor
Author
|
Hmm, I'm looking at this and realizing that using |
Alan4506
approved these changes
Jul 14, 2026
Contributor
Author
|
I'm gonna keep this PR scoped to adding new services then follow up with the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
We need to implement a permanent fix for this at our infrastructure layer. I cannot prioritize that at the moment and will just manually update instead for now. Our automation does know how to bump known clients, but not add new ones.
Overview
This PR adds optional dependencies for the Connect Health, Lex Runtime V2, Polly, and Q Business clients to the
aws_sdk_pythonmeta-package.Background
These clients are available as version
0.7.0packages but were not installable through the meta-package’s service-specific or aggregate extras. The meta packages exposed optional dependency groups to allow for users to more easily install multiple compatible services together (e.g.,aws-sdk-python[bedrock-runtime, polly].Summary
connecthealthlex_runtime_v2pollyqbusinessaws_sdk_python[all].Testing
Verified that the generated wheel metadata contains the new dependencies and correctly expands the
allextra.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.