Skip to content

Commit

Permalink
Bump pyasn1 to 0.6.* (#11681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Apr 1, 2024
1 parent 8679e99 commit d72a34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stubs/pyasn1/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "0.5.*"
version = "0.6.*"
upstream_repository = "https://github.com/pyasn1/pyasn1"
3 changes: 1 addition & 2 deletions stubs/pyasn1/pyasn1/codec/ber/encoder.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ class ObjectIdentifierEncoder(AbstractItemEncoder):
def encodeValue(self, value, asn1Spec, encodeFun, **options): ...

class RealEncoder(AbstractItemEncoder):
# Mistake in the module, should be False, but is 0 at runtime
supportIndefLenMode: int # type: ignore[assignment]
supportIndefLenMode: bool
binEncBase: int
def encodeValue(self, value, asn1Spec, encodeFun, **options): ...

Expand Down

0 comments on commit d72a34a

Please sign in to comment.