Skip to content

Commit 58dde99

Browse files
authored
[jwcrypto] Update to 1.5.8 (#16039)
1 parent d2d55a1 commit 58dde99

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

stubs/jwcrypto/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "1.5.7"
1+
version = "1.5.8"
22
upstream-repository = "https://github.com/latchset/jwcrypto"
33
dependencies = ["cryptography"]

stubs/jwcrypto/jwcrypto/jwt.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class JWT:
4141
default_claims=None,
4242
check_claims=None,
4343
expected_type=None,
44+
strict_serialization: bool = False,
4445
) -> None: ...
4546

4647
@property

0 commit comments

Comments
 (0)