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
### Removed flags `--force-uppercase-builtins` and `--force-union-syntax`
27
+
28
+
The `--force-uppercase-builtins` flag was deprecated and has been a no-op since mypy 1.17.0.
29
+
Since mypy has dropped support for Python 3.9, the `--force-union-syntax` flag is no longer
30
+
necessary.
31
+
32
+
Contributed by Marc Mueller (PR [20410](https://github.com/python/mypy/pull/20410))
33
+
and (PR [20405](https://github.com/python/mypy/pull/20405)).
34
+
14
35
## Mypy 1.19
15
36
16
37
We’ve just uploaded mypy 1.19.0 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).
@@ -216,6 +237,17 @@ Related PRs:
216
237
217
238
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
239
240
+
### Mypy 1.19.1
241
+
242
+
- Fix noncommutative joins with bounded TypeVars (Shantanu, PR [20345](https://github.com/python/mypy/pull/20345))
243
+
- Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR [20372](https://github.com/python/mypy/pull/20372))
244
+
- Allow `types.NoneType` in match cases (A5rocks, PR [20383](https://github.com/python/mypy/pull/20383))
0 commit comments