mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[Authlib] Update to 1.6.4 (#14736)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "~= 1.6.2"
|
||||
version = "~= 1.6.4"
|
||||
upstream_repository = "https://github.com/lepture/authlib"
|
||||
requires = ["cryptography"]
|
||||
partial_stub = true
|
||||
|
||||
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user