[Authlib] Update to 1.6.4 (#14736)

This commit is contained in:
Sebastian Rittau
2025-09-18 19:26:40 +02:00
committed by GitHub
parent c922749f1f
commit 4fc0fd82bd
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "~= 1.6.2"
version = "~= 1.6.4"
upstream_repository = "https://github.com/lepture/authlib"
requires = ["cryptography"]
partial_stub = true
+4
View File
@@ -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: ...