weaviate-python-client
weaviate-python-client copied to clipboard
Bump authlib from 1.3.1 to 1.5.1
Bumps authlib from 1.3.1 to 1.5.1.
Release notes
Sourced from authlib's releases.
Version 1.5.0
- Fix token introspection auth method for clients. #662
- Optional typ claim in JWT tokens. #696
- JWT validation leeway. #689
- Implement server-side RFC9207. #700 #701
- generate_id_token can take a kid parameter. #702
- More detailed InvalidClientError. #706
- OpenID Connect Dynamic Client Registration implementation. #707
Version 1.4.1
Version 1.4.0
Bugfixes
- Fix id_token decoding when kid is null. #659
- Support for Python 3.13. #682
- Force login if the prompt parameter value is login. #637
- Support for httpx 0.28. #695
Breaking changes
- Stop support for Python 3.8. #682
Version 1.3.2
- Prevent ever-growing session size for OAuth clients.
- Revert
quoteclient id and secret.unquotebasic auth header for authorization server.
Changelog
Sourced from authlib's changelog.
Version 1.5.1
Released on Feb 28, 2025
- Fix RFC9207
issparameter. :pr:715Version 1.5.0
Released on Feb 25, 2025
- Fix token introspection auth method for clients. :pr:
662- Optional
typclaim in JWT tokens. :pr:696- JWT validation leeway. :pr:
689- Implement server-side :rfc:
RFC9207 <9207>. :issue:700:pr:701generate_id_tokencan take akidparameter. :pr:702- More detailed
InvalidClientError. :pr:706- OpenID Connect Dynamic Client Registration implementation. :pr:
707Version 1.4.1
Released on Jan 28, 2025
- Improve garbage collection on OAuth clients. :issue:
698- Fix client parameters for httpx. :issue:
694Version 1.4.0
Released on Dec 20, 2024
- Fix
id_tokendecoding when kid is null. :pr:659- Support for Python 3.13. :pr:
682- Force login if the
promptparameter value islogin. :pr:637- Support for httpx 0.28, :pr:
695Breaking changes:
- Stop support for Python 3.8. :pr:
682Version 1.3.2
Released on Aug 30 2024
- Prevent ever-growing session size for OAuth clients.
- Revert
quoteclient id and secret.unquotebasic auth header for authorization server.
Commits
4eafdc2chore: release 1.5.10e7e344Merge pull request #715 from azmeuk/rfc9207b57932bfix: RFC9207 iss parameter7833a88Merge pull request #713 from geigerzaehler/full-entropy642dfa3doc: fix an example import for rfc92075c507a8fix: Use full entropy from specified oct key size2d0396echore: release 1.5.0da87c8bdoc: update changelogb79d868Merge pull request #662 from AdamWill/oauth2-fix-introspect-endpoint24c2bd8chore: add a dependency group for the documentation- Additional commits viewable in compare view
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 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)