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 971d6a3 commit 0dfea4fCopy full SHA for 0dfea4f
stubs/Authlib/@tests/stubtest_allowlist.txt
@@ -31,3 +31,9 @@ authlib.oauth2.rfc7521.client.AssertionClient.oauth_error_class
31
authlib.oauth2.rfc7523.JWTBearerTokenValidator.token_cls
32
authlib.oauth2.rfc7523.validator.JWTBearerTokenValidator.token_cls
33
authlib.oauth2.rfc9068.claims.JWTAccessTokenClaims.validate
34
+
35
+# Re-exports of hashlib functions whose signatures changed in Python 3.13.4.
36
+# (Remove once 3.13.4 is consistently available)
37
+(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA256)?
38
+(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA384)?
39
+(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA512)?
0 commit comments