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

Replace requests with httpx #15846

Closed
wants to merge 1 commit into from

Commits on May 17, 2021

  1. Replace requests with httpx in 'HTTP' family of providers

    This change replaces `requests` with httpx in the providers
    that are derived from http provider. This change is related
    to apache#15781 and was introduced initially to handle problem
    described in:
    
    https://issues.apache.org/jira/browse/LEGAL-572
    
    However since we have a PR in progress to make chardet
    an optional dependency in `requests` library
    
    psf/requests#5797
    
    and changing `requests` to `http` introduced backwards-incompatibility,
    we might decide not to merge this PR - depending on how
    quickly (if) `requests` library adopts the change.
    
    Providers affected:
    
    * http
    * airbyte
    * apache.livy
    * opsgenie
    * slack
    
    Depends on apache#15781
    potiuk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    4ba6f91 View commit details
    Browse the repository at this point in the history