Skip to content

Commit 4fc0fd8

Browse files
authored
[Authlib] Update to 1.6.4 (#14736)
1 parent c922749 commit 4fc0fd8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

stubs/Authlib/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "~= 1.6.2"
1+
version = "~= 1.6.4"
22
upstream_repository = "https://github.com/lepture/authlib"
33
requires = ["cryptography"]
44
partial_stub = true

stubs/Authlib/authlib/jose/errors.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ class InvalidHeaderParameterNameError(JoseError):
2222
error: str
2323
def __init__(self, name) -> None: ...
2424

25+
class InvalidCritHeaderParameterNameError(JoseError):
26+
error: str
27+
def __init__(self, name: str) -> None: ...
28+
2529
class InvalidEncryptionAlgorithmForECDH1PUWithKeyWrappingError(JoseError):
2630
error: str
2731
def __init__(self) -> None: ...

0 commit comments

Comments
 (0)