question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Relax dependency on requests-oauthlib

See original GitHub issue

In your requirements.txt you depend on requests_oauthlib>=0.8.0<2.0, but in your setup.py, it says:

install_requires=[
        'requests >= 2.20.0, == 2.*',
        'requests_oauthlib >= 0.8.0, == 0.8.*',
        'six >= 1.10, == 1.*'
    ],

Why is there a difference between the two? This is forcing our project to use 0.8.0, which makes using this library impossible, because another dependency requires requests-oauthlib>=1.0.0.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
rossgrambo-zzcommented, Dec 18, 2019

Thank you @w8s for the PR. I merged it in. If either of you can’t use the repo version and need a new release asap, let me know. Otherwise I’ll do the release in early january.

EDIT: Actually our automated builds are working. I’ll go ahead and push a patch release now.

2reactions
w8scommented, Dec 19, 2019

Thanks so much for the quick response and resolution! I will test tomorrow and let you know.

Read more comments on GitHub >

github_iconTop Results From Across the Web

requests-oauthlib - PyPI
This project provides first-class OAuth library support for Requests. The OAuth 1 workflow. OAuth 1 can seem overly complicated and it sure has...
Read more >
OAuth 2 Workflow — Requests-OAuthlib 1.3.1 documentation
requests -oauthlib provides three methods of obtaining refresh tokens. All of these are dependent on you specifying an accurate expires_in in the token....
Read more >
OAuthlib support for Python-Requests! - GitHub
This project provides first-class OAuth library support for Requests. The OAuth 1 workflow. OAuth 1 can seem overly complicated and it sure has...
Read more >
oauthlib - Python Package Health Analysis - Snyk
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic For more information about how to use this package see README.
Read more >
Linkedin OAuth2 Example Walkthrough with Python Requests ...
Requests/ requests - oauthlib docs: https:// requests - oauthlib.readthedocs.io/en/latest/index.htmlRequests/requests-ouathlib repo: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found