Sourced from mypy's changelog.
\n\n\nMypy 1.12.1
\n\n
\n- Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
\n- Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
\n- Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
\n- Revert change to
\nos.path
stubs affecting use ofos.PathLike[Any]
(Shantanu, PR 17995)Acknowledgements
\nThanks to all mypy contributors who contributed to this release:
\n\n
\n- Ali Hamdan
\n- Anders Kaseorg
\n- Bénédikt Tran
\n- Brian Schubert
\n- bzoracler
\n- Chelsea Durazo
\n- Danny Yang
\n- Edgar Ramírez Mondragón
\n- Eric Mark Martin
\n- InSync
\n- Ivan Levkivskyi
\n- Jordandev678
\n- Katrina Connors
\n- Kirill Podoprigora
\n- Marc Mueller
\n- Max Muoto
\n- Max Murin
\n- Michael Carlstrom
\n- Michael I Chen
\n- Pradyun Gedam
\n- quinn-sasha
\n- Raphael Krupinski
\n- Sebastian Rittau
\n- Shantanu
\n- sobolevn
\n- Soubhik Kumar Mitra
\n- Stanislav Terliakov
\n- wyattscarpenter
\nI’d also like to thank my employer, Dropbox, for supporting mypy development.
\nMypy 1.11
\nWe’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:
\n\npython3 -m pip install -U mypy\n
You can read the full documentation for this release on Read the Docs.
\nSupport Python 3.12 Syntax for Generics (PEP 695)
\n\n
... (truncated)
\n050d12f
Bump version to 1.12.1346e370
[1.12 backport] revert os.path change (#17995)71e1f05
Fix type object with type var default in union context (#17991)34d8603
Fix iteration over union (when self type is involved) (#17976)2485bed
Use kw-only args for member access booleans (#17975)a5e9b0b
Fix crash when showing partially analyzed type in error message (#17961)4775da1
Bump version to 1.12.1+dev