Skip to content

Releases: klausweiss/typing-protocol-intersection

0.5.2: Add support for mypy==1.14.x (#15)

28 Dec 22:54
55cb03b
Compare
Choose a tag to compare

0.5.1: Add support for mypy==1.13.x

08 Nov 22:12
a336c94
Compare
Choose a tag to compare

Add support for mypy==1.13.x.

0.5.0

08 Nov 22:12
9b46230
Compare
Choose a tag to compare
  • Add support for mypy==1.12.x
  • Add support for python 3.13, drop python 3.8

0.4.2: Add support for mypy==1.11.x

22 Jul 21:30
5bc50bd
Compare
Choose a tag to compare

Add support for mypy==1.11.x.

0.4.1: Add support for mypy==1.10.x

29 Apr 20:37
bba5f0d
Compare
Choose a tag to compare

Add support for mypy==1.10.x.

0.4.0

10 Mar 21:50
a69a0f4
Compare
Choose a tag to compare
  • Drop support for Python 3.7.
  • Add support for mypy==1.9.x.

0.3.10

01 Jan 20:37
a9751e4
Compare
Choose a tag to compare
  • Add support for mypy==1.8.x.
  • Fix non-Protocol members allowed in intersection

0.3.9: Add support for mypy==1.7.x

15 Nov 21:52
678aed0
Compare
Choose a tag to compare

Add support for mypy==1.7.x.

0.3.8

19 Oct 19:02
a39f831
Compare
Choose a tag to compare
  • Add support for mypy==1.6.x.
  • Add Python 3.12 support.

0.3.7

28 Aug 22:12
5565d11
Compare
Choose a tag to compare

Fixed mypy crashing in incremental mode (#5). Contributed by @drvink.