Denis Sazonov
Denis Sazonov
The latest release (1.3.1) has a missing module for linkedin compliance fixes. ``` ImportError: cannot import name 'linkedin_compliance_fix' from 'requests_oauthlib.compliance_fixes' ``` v1.3.0 still has it: https://github.com/requests/requests-oauthlib/blob/v1.3.0/requests_oauthlib/compliance_fixes/linkedin.py The removal without a...
Hi Rob, I am highly impressed by this library, and have intentions of creating a framework based on it. I see your "suggestions" for other libraries where you show examples...
`__version__ = "0.1.9"` The `.clear` method needs to be made possible to call without having to have called `.init` before. You can have a genuine user case, such as when...
# Bug Report ## Description `drf-yasg` does not work with Django 4.2 when _redirect url_ is called during authorization. Reproduction steps: - Using _oauth2_ implicit flow - Click `Authorize` -...
Today, `vistir` was updated to version **0.7.0**, which no longer has the module path `vistir.compat`. This is a breaking change, which affects `pipenv-setup`, and will be accompanied by the following...