API-Manager
API-Manager copied to clipboard
Bump requests-oauthlib from 1.3.1 to 2.0.0
Bumps requests-oauthlib from 1.3.1 to 2.0.0.
Changelog
Sourced from requests-oauthlib's changelog.
v2.0.0 (22 March 2024) ++++++++++++++++++++++++
Full set of changes are in github.
Additions & changes:
OAuth2Sessionnow correctly uses theself.verifyvalue ifverifyis not overridden infetch_tokenandrefresh_token. Fixes[#404](https://github.com/requests/requests-oauthlib/issues/404) <https://github.com/requests/requests-oauthlib/issues/404>_.OAuth2Sessionconstructor now uses itsclient.scopewhen aclientis provided andscopeis not overridden. Fixes[#408](https://github.com/requests/requests-oauthlib/issues/408) <https://github.com/requests/requests-oauthlib/issues/408>_- Add
refresh_token_requestandaccess_token_requestcompliance hooks- Add PKCE support and Auth0 example
- Add support for Python 3.8-3.12
- Remove support of Python 2.x, <3.7
- Migrated to Github Action
- Updated dependencies
- Cleanup some docs and examples
v1.4.0 (27 Feb 2024) ++++++++++++++++++++++++
- Version 2.0.0 published initially as 1.4.0, it was yanked eventually.
Commits
7af9125Merge pull request #534 from iliakur/patch-190352e4Merge pull request #537 from requests/2.0.0a09d0abUpdate 1.4.0 into 2.0.0 to be semver compliant.d96b740Added package file3109c26simplify python_requires expression1c5cea7python_requires gt 2.7a53457eDrop py2 support from the wheeleee74a2Merge pull request #529 from dosisod/drop-python2-supported578f1Merge pull request #530 from requests/autotest6cdf982Automated tests for examples in docs- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code