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

Remove patching for botocore.vendored.requests #22

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

tianchu
Copy link
Collaborator

@tianchu tianchu commented Oct 24, 2019

What does this PR do?

Fix #21

Motivation

botocore.vendored.requests used to be patched, because it was used by many users who wanted to avoid the hassle of packaging requests to their lambdas. This vendored version of requests was recently removed from the latest botocore. See details boto/botocore#1829.

@tianchu tianchu requested a review from a team as a code owner October 24, 2019 15:38
@tianchu tianchu merged commit 5b8b929 into master Oct 24, 2019
@tianchu tianchu deleted the tian.chu/remove-patching-vendored-requests branch October 24, 2019 15:50
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.

AttributeError: module 'botocore.vendored.requests' has no attribute 'Session'
2 participants