-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.1 planning #14730
Comments
It's small, but I'd really like #14437 for QoL improvement in stubtest. Out of all my issues, these are the 3 I care more about right now and would also help typeshed. |
Fix for a crash with Edit:
-- |
+1 to getting in the currently open dataclass_transform PRs |
This comment was marked as resolved.
This comment was marked as resolved.
Could cherry pick #14792 |
Support for But there was an open question about the interaction with |
Cherry-picked #14792. It might be better to wait for the next release for a new feature, since the release is already a bit late at this point. |
Argh, you might have to cherry-pick these two to fix the mypyc build on the 1.1 branch — sorry: |
Here's a PR to fix the mypyc build on the 1.1. branch: |
By any chance do you think this one could be included as well? It has been requested by a couple of people, and unfortunately I'm kind of stuck on this one. If you think it is fixable without too much hassle I'd be grateful to get help on this one! (I'm posting it here as it might be considered as a feature and not a fix according to the new release versioning scheme). |
@Viicos Let's wait on this change until the next release. These are intended to happen monthly, so it shouldn't be too long until the next one. In general, I'd prefer not to cherry-pick changes onto the release at this point unless it's fixing a bug that would be introduced by this release. |
Sure thanks for the answer. There's no hurry for this one anyway |
Release made! Here's the blog post: https://mypy-lang.blogspot.com/2023/03/mypy-111-released.html |
We've just had a regression reported over at typeshed: This regression was caused by python/typeshed#9362. It's already been fixed on the typeshed |
#14853 might be a candidate for a point release if the fix is simple enough. |
I've got a couple of dataclass_transform fixes inflight:
|
This fixes a (minor) regression; could be worth backporting: |
I'm planning to make release 1.1 by the end of February.
Please post here any issues you'd like to see fixed in the release, or PRs you'd like to have merged into the release branch
The text was updated successfully, but these errors were encountered: