Skip to content

Remove patching for botocore.vendored.requests#22

Merged
tianchu merged 1 commit intomasterfrom
tian.chu/remove-patching-vendored-requests
Oct 24, 2019
Merged

Remove patching for botocore.vendored.requests#22
tianchu merged 1 commit intomasterfrom
tian.chu/remove-patching-vendored-requests

Conversation

@tianchu
Copy link
Copy Markdown
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