There was an error while loading. Please reload this page.
1 parent c4eaaca commit 602e184Copy full SHA for 602e184
2 files changed
stubs/jwcrypto/METADATA.toml
@@ -1,3 +1,3 @@
1
-version = "1.5.7"
+version = "1.5.8"
2
upstream-repository = "https://github.com/latchset/jwcrypto"
3
dependencies = ["cryptography"]
stubs/jwcrypto/jwcrypto/jwt.pyi
@@ -41,6 +41,7 @@ class JWT:
41
default_claims=None,
42
check_claims=None,
43
expected_type=None,
44
+ strict_serialization: bool = False,
45
) -> None: ...
46
47
@property
0 commit comments