Is your feature request related to a problem? Please describe.
The CLI display a warning:
> codecarbon --version
/tmp/cc_rel_test/lib/python3.14/site-packages/codecarbon/cli/auth.py:18: AuthlibDeprecationWarning: authlib.jose module is deprecated, please use joserfc instead.
It will be compatible before version 2.0.0.
from authlib.jose import JsonWebKey
Describe the solution you'd like
Use joserfc instead of authlib.jose.
Is your feature request related to a problem? Please describe.
The CLI display a warning:
> codecarbon --version /tmp/cc_rel_test/lib/python3.14/site-packages/codecarbon/cli/auth.py:18: AuthlibDeprecationWarning: authlib.jose module is deprecated, please use joserfc instead. It will be compatible before version 2.0.0. from authlib.jose import JsonWebKeyDescribe the solution you'd like
Use joserfc instead of authlib.jose.