Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps authlib from 1.1.0 to 1.2.0.

Release notes

Sourced from authlib's releases.

Version 1.2.0

  • Not passing request.body to ResourceProtector, #485.
  • Use flask.g instead of _app_ctx_stack, #482.
  • Add headers parameter back to ClientSecretJWT, #457.
  • Always passing realm parameter in OAuth 1 clients, #339.
  • Implemented RFC7592 Dynamic Client Registration Management Protocol, #505`
  • Add default_timeout for requests OAuth2Session and AssertionSession.
  • Deprecate jwk.loads and jwk.dumps
Changelog

Sourced from authlib's changelog.

Version 1.2.0

Released on Dec 6, 2022

  • Not passing request.body to ResourceProtector, via :gh:issue#485.
  • Use flask.g instead of _app_ctx_stack, via :gh:issue#482.
  • Add headers parameter back to ClientSecretJWT, via :gh:issue#457.
  • Always passing realm parameter in OAuth 1 clients, via :gh:issue#339.
  • Implemented RFC7592 Dynamic Client Registration Management Protocol, via :gh:PR#505.
  • Add default_timeout for requests OAuth2Session and AssertionSession.
  • Deprecate jwk.loads and jwk.dumps
Commits
  • 7575ea3 Version bump 1.2.0
  • e98325a deprecate jwk.loads and jwk.dumps
  • d186f68 Only re-assign redirect_uri if redirect_uri is not None
  • b0fc78f Add default_timeout for requests Session #510
  • def72dc Merge pull request #510 from kognity/fix-load-server-metadata-2
  • d644ad7 Add support for default timeout in OAuth2Session
  • 676645c Merge pull request #503 from ktosiek/patch-1
  • a7ac27a Merge pull request #505 from azmeuk/rfc7592
  • 831f4d4 rfc7592: get_server_metadata implementation example
  • 3fa7312 rfc7592: fixed changelog message, again
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [authlib](https://github.com/lepture/authlib) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/lepture/authlib/releases)
- [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst)
- [Commits](authlib/authlib@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: authlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the pip dependencies pip dependencies label Dec 12, 2022
@github-actions github-actions bot merged commit e1b6f0c into master Dec 13, 2022
@github-actions github-actions bot deleted the dependabot/pip/authlib-1.2.0 branch December 13, 2022 05:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

pip dependencies pip dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant