Skip to content

Commit

Permalink
Update to 0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 15, 2024
1 parent 0070f4b commit 9974f4e
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 111 deletions.
4 changes: 2 additions & 2 deletions awscrt-stubs/crypto.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ class RSA(NativeResource):
def __init__(self, binding: Any) -> None: ...
@staticmethod
def new_private_key_from_pem_data(
pem_data: Union[str, bytes, bytearray, memoryview]
pem_data: Union[str, bytes, bytearray, memoryview],
) -> "RSA": ...
@staticmethod
def new_public_key_from_pem_data(
pem_data: Union[str, bytes, bytearray, memoryview]
pem_data: Union[str, bytes, bytearray, memoryview],
) -> "RSA": ...
def encrypt(
self,
Expand Down
2 changes: 1 addition & 1 deletion awscrt-stubs/mqtt5.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class UnsubackReasonCode(IntEnum):
UNSPECIFIED_ERROR: int
IMPLEMENTATION_SPECIFIC_ERROR: int
NOT_AUTHORIZED: int
TOPIC_NAME_INVALID: int
TOPIC_FILTER_INVALID: int
PACKET_IDENTIFIER_IN_USE: int

class ClientSessionBehaviorType(IntEnum):
Expand Down
Loading

0 comments on commit 9974f4e

Please sign in to comment.