diff --git a/stubs/Authlib/METADATA.toml b/stubs/Authlib/METADATA.toml index 23fef9b25251..e5f5788ee39c 100644 --- a/stubs/Authlib/METADATA.toml +++ b/stubs/Authlib/METADATA.toml @@ -1,4 +1,4 @@ -version = "~= 1.6.2" +version = "~= 1.6.4" upstream_repository = "https://github.com/lepture/authlib" requires = ["cryptography"] partial_stub = true diff --git a/stubs/Authlib/authlib/jose/errors.pyi b/stubs/Authlib/authlib/jose/errors.pyi index 4a44693b4a32..29c29a3a9861 100644 --- a/stubs/Authlib/authlib/jose/errors.pyi +++ b/stubs/Authlib/authlib/jose/errors.pyi @@ -22,6 +22,10 @@ class InvalidHeaderParameterNameError(JoseError): error: str def __init__(self, name) -> None: ... +class InvalidCritHeaderParameterNameError(JoseError): + error: str + def __init__(self, name: str) -> None: ... + class InvalidEncryptionAlgorithmForECDH1PUWithKeyWrappingError(JoseError): error: str def __init__(self) -> None: ...