Skip to content
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

4.x: workaround for _convert_to_request_dict change (#1083) #1130

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

ikonst
Copy link
Contributor

@ikonst ikonst commented Dec 7, 2022

botocore 1.28 changed the signature of private method botocore.client.BaseClient._convert_to_request_dict adding an endpoint_url parameter. We are updating pynamodb to inspect the signature and add this parameter as needed.

Backport to 4.x of #1083 and #1087.

@ikonst ikonst force-pushed the 2022-12-07-4.x-_convert_to_request_dict branch 3 times, most recently from 54a0be4 to 9f590c0 Compare December 7, 2022 21:35
@ikonst ikonst changed the title Workaround for _convert_to_request_dict change (#1083) 4.x: workaround for _convert_to_request_dict change (#1083) Dec 7, 2022
@ikonst ikonst force-pushed the 2022-12-07-4.x-_convert_to_request_dict branch 2 times, most recently from e916f55 to a398bd8 Compare December 7, 2022 21:44
botocore 1.28 changed the signature of private method botocore.client.BaseClient._convert_to_request_dict adding an endpoint_url parameter. We are updating pynamodb to inspect the signature and add this parameter as needed.
@ikonst ikonst force-pushed the 2022-12-07-4.x-_convert_to_request_dict branch from a398bd8 to adac9cd Compare December 7, 2022 22:08
@ikonst ikonst merged commit 798ac21 into 4.x Dec 7, 2022
@ikonst ikonst deleted the 2022-12-07-4.x-_convert_to_request_dict branch December 7, 2022 23:46
michael-k added a commit to michael-k/aws-xray-sdk-python that referenced this pull request Jan 10, 2023
PynamoDB 4.4.0 introduced syntax that's only valid on Python >= 3.6
while still claiming to support Python < 3.6.
See pynamodb/PynamoDB#1130
willarmiros pushed a commit to aws/aws-xray-sdk-python that referenced this pull request Jan 12, 2023
PynamoDB 4.4.0 introduced syntax that's only valid on Python >= 3.6
while still claiming to support Python < 3.6.
See pynamodb/PynamoDB#1130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant