You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ Support for this will be dropped in the first half of 2026!
11
11
12
12
Contributed by Marc Mueller (PR [20156](https://github.com/python/mypy/pull/20156)).
13
13
14
+
### Removed flags `--force-uppercase-builtins` and `--force-union-syntax`
15
+
16
+
The `--force-uppercase-builtins` flag was deprecated and has been a no-op since mypy 1.17.0.
17
+
Since mypy has dropped support for Python 3.9, the `--force-union-syntax` flag is no longer
18
+
necessary.
19
+
20
+
Contributed by Marc Mueller (PR [20410](https://github.com/python/mypy/pull/20410))
21
+
and (PR [20405](https://github.com/python/mypy/pull/20405)).
22
+
14
23
## Mypy 1.19
15
24
16
25
We’ve just uploaded mypy 1.19.0 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).
@@ -216,6 +225,17 @@ Related PRs:
216
225
217
226
Please see [git log](https://github.com/python/typeshed/commits/main?after=ebce8d766b41fbf4d83cf47c1297563a9508ff60+0&branch=main&path=stdlib) for full list of standard library typeshed stub changes.
218
227
228
+
### Mypy 1.19.1
229
+
230
+
- Fix noncommutative joins with bounded TypeVars (Shantanu, PR [20345](https://github.com/python/mypy/pull/20345))
231
+
- Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR [20372](https://github.com/python/mypy/pull/20372))
232
+
- Allow `types.NoneType` in match cases (A5rocks, PR [20383](https://github.com/python/mypy/pull/20383))
0 commit comments