Skip to content

AuthlibDeprecationWarning: authlib.jose module is deprecated, please use joserfc instead. #125

@icemac

Description

@icemac

Authlib 1.7 switched from authlib.jose to joserfc and now generates DeprecationWarnings like this:

zitadel_client-4.1.4-py3.13-macosx-26.4-arm64.egg/zitadel_client/auth/web_token_authenticator.py:6: AuthlibDeprecationWarning: authlib.jose module is deprecated, please use joserfc instead.
  It will be compatible before version 2.0.0.
    from authlib.jose import JoseError, jwt

The switch itself is pretty straight foreward. Should I come up with a pull request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions