Skip to content

Latest commit

 

History

History
72 lines (36 loc) · 1.81 KB

pyasn1.md

File metadata and controls

72 lines (36 loc) · 1.81 KB

0.6.0.20240402 (2024-04-02)

Bump pyasn1 to 0.6.* (#11681)

0.5.0.20240301 (2024-03-01)

Update pyright version to 1.1.350 (#11501)

If you're reading about this commit in an auto-generated changelog: this is an internal change that should have no impact on how these stubs are understood by static-analysis tools such as type checkers or IDEs

0.5.0.20240205 (2024-02-05)

A new shade of Black (#11362)

0.5.0.20240106 (2024-01-06)

Update typing_extensions imports in third-party stubs (#11245)

0.5.0.20231222 (2023-12-22)

Bump mypy (and a few other test dependencies) (#11196)

0.5.0.1 (2023-11-30)

Use ConvertibleToInt/ConvertibleToFloat in many third-party stubs (#11022)

Note: this may make the latest version of certain stubs packages incompatible with older versions of mypy and pyright.

0.5.0.0 (2023-10-04)

Bump pyasn1 to 0.5.* (#10801)

0.4.0.6 (2023-07-20)

Add an upstream_repository field to METADATA.toml (#10487)

Closes: #10478

0.4.0.5 (2023-03-27)

Add default values for third-party stubs beginning with 'P' (#9957)

0.4.0.4 (2023-02-22)

Update Unused parameters in stubs/ (#9704)

  • Update _Unused TypeAlias

  • Update object | None params

  • Replace unused object parameters with Unused alias

0.4.0.3 (2023-02-21)

Stubtest settings: change ignore_missing_stub default to false (#9779)

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

0.4.0.2 (2023-02-15)

Use typing_extensions.Self instead of _typeshed.Self (#9702)

0.4.0.1 (2023-02-07)

Bump mypy to 1.0 (#9684)

0.4.0.0 (2023-01-06)

Add stubs for pyasn1 (#9437)

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com