We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c922749 commit 4fc0fd8Copy full SHA for 4fc0fd8
stubs/Authlib/METADATA.toml
@@ -1,4 +1,4 @@
1
-version = "~= 1.6.2"
+version = "~= 1.6.4"
2
upstream_repository = "https://github.com/lepture/authlib"
3
requires = ["cryptography"]
4
partial_stub = true
stubs/Authlib/authlib/jose/errors.pyi
@@ -22,6 +22,10 @@ class InvalidHeaderParameterNameError(JoseError):
22
error: str
23
def __init__(self, name) -> None: ...
24
25
+class InvalidCritHeaderParameterNameError(JoseError):
26
+ error: str
27
+ def __init__(self, name: str) -> None: ...
28
+
29
class InvalidEncryptionAlgorithmForECDH1PUWithKeyWrappingError(JoseError):
30
31
def __init__(self) -> None: ...
0 commit comments