Closed
Description
I will be cutting the release branch today (truly a January release!) and probably actually release sometime next week.
Please comment here if there are any outstanding PRs you wish to ensure are in the release branch. I will cherry-pick them if they are not merged before I cut the branch.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
AlexWaygood commentedon Jan 31, 2024
We haven't done a typeshed sync in a while; we might want to do one before the next release. The automated one two weeks ago failed due to merge conflicts with the cherry-picked commits: https://github.com/python/mypy/actions/runs/7522542054
cdce8p commentedon Jan 31, 2024
I would really love to see this one included. It's a simple one line fix (+ tests), that just needs a review.
This here would be nice as well, although I need to investigate one small issue first
jhance commentedon Jan 31, 2024
#16844 for typeshed sync. Thanks for pointing that out.
hauntsaninja commentedon Jan 31, 2024
Could be nice to have #15043 in 1.9
jhance commentedon Feb 6, 2024
The release branch is up (delayed due to typeshed 3.7 issue). So far it looks pretty good - I've tested it on our internal codebase and all the errors seem like they are the fault of our code, not of mypy.
I don't think we are going to block on #15043 for this release, because while the PR itself is apparently ok, it doesn't actually fix the issue completely that its trying to address. Releases are monthly (and this one, like all the ones I do, is late) so we could probably get it + more fixes in for next release.
hauntsaninja commentedon Feb 7, 2024
It might be worth cherry picking python/typeshed#11353
AlexWaygood commentedon Feb 7, 2024
No need — it's already in the release-1.9 branch (we did two typeshed syncs in quick succession)
cdce8p commentedon Feb 7, 2024
Not sure if it's worth mentioning yet. The release will include support for basic TypeVar defaults PEP 696. Would be great to have some more early testers. An example from the PEP
Important
Not yet working / supported
TypeVarTuples
cdce8p commentedon Feb 10, 2024
Opened two cherry-pick PRs for
1.9
:cdce8p commentedon Feb 12, 2024
@jhance What's the current status? Anything we can help with? AFAICT it's just removing the
+dev
version suffix and the blog post. Would be awesome to get the release out soon 🔥🚀11 remaining items