mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Bump pyasn1 to 0.6.* (#11681)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "0.5.*"
|
||||
version = "0.6.*"
|
||||
upstream_repository = "https://github.com/pyasn1/pyasn1"
|
||||
|
||||
@@ -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): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user