Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
Ali Hamdan
Anders Kaseorg
Bénédikt Tran
Brian Schubert
bzoracler
Chelsea Durazo
Danny Yang
Edgar Ramírez Mondragón
Eric Mark Martin
InSync
Ivan Levkivskyi
Jordandev678
Katrina Connors
Kirill Podoprigora
Marc Mueller
Max Muoto
Max Murin
Michael Carlstrom
Michael I Chen
Pradyun Gedam
quinn-sasha
Raphael Krupinski
Sebastian Rittau
Shantanu
sobolevn
Soubhik Kumar Mitra
Stanislav Terliakov
wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.11
We’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:
python3 -m pip install -U mypy
You can read the full documentation for this release on Read the Docs.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the pip group with 3 updates in the / directory: grpcio, grpcio-tools and mypy.
Updates
grpcio
from 1.66.1 to 1.67.0Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
74f2458
[release] Bump release version to v1.67.0 (#37846)2139e88
[release] backport "Handle backport PRs without piper info in release notes a...7e2ea89
increased timeout for armv7 artifact build to 2 hours (#37807)fb22b98
Merge branch 'v1.67.x' of https://www.github.com/grpc/grpc into v1.67.xbcfee53
[Backport to 1.67.x] Add templating and support for Python 3.13 (#37643) (#37...a4fd219
Add templating and support for Python 3.13 (#37643)1eb5673
[objc] backport grpc/grpc#37690 to v1.67.x (#37712)ace22e3
[ruby] reduce an INFO log to DEBUG (backport https://github.com/grpc/grpc/pul...b44a18e
[release] Bump release version on v1.67.x (#37672)c831e1d
[flake] Fix tsan error surfaced by grpc_lb_end2end_test (#37663)Updates
grpcio-tools
from 1.66.1 to 1.67.0Release notes
Sourced from grpcio-tools's releases.
... (truncated)
Commits
74f2458
[release] Bump release version to v1.67.0 (#37846)2139e88
[release] backport "Handle backport PRs without piper info in release notes a...7e2ea89
increased timeout for armv7 artifact build to 2 hours (#37807)fb22b98
Merge branch 'v1.67.x' of https://www.github.com/grpc/grpc into v1.67.xbcfee53
[Backport to 1.67.x] Add templating and support for Python 3.13 (#37643) (#37...a4fd219
Add templating and support for Python 3.13 (#37643)1eb5673
[objc] backport grpc/grpc#37690 to v1.67.x (#37712)ace22e3
[ruby] reduce an INFO log to DEBUG (backport https://github.com/grpc/grpc/pul...b44a18e
[release] Bump release version on v1.67.x (#37672)c831e1d
[flake] Fix tsan error surfaced by grpc_lb_end2end_test (#37663)Updates
mypy
from 1.11.2 to 1.12.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
050d12f
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+devf2a39b1
Update version to 1.12.0b4ec37a
Add one more 1.12 changelog item (#17936)cc1c679
Better handling of generic functions in partial plugin (#17925)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show