Marc Mueller
Marc Mueller
Opened two cherry-pick PRs for `1.9`: - #16899 - #16900
@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...
Primer result analysis: #### antidote They use a custom dependency injection and function overload to remove the first argument with `Concatenate`. https://github.com/Finistere/antidote/blob/v2.0.0/src/antidote/core/__init__.py#L1201-L1204 While also freely mixing calling the function with...
Try moving the TypeVar definition above the overloads. That will resolve the errors.
Not necessary anymore
Missed commenting on the PR title earlier. Could you update it to mention `TypeIs` instead?
I would like to see this included. It's just missing a final review. - #15512
Small fix for a sqlalchemy issue with the PEP 681 implementation - #15628
A usability improvement with invalid generic instances. This PR reuses existing args whenever possible instead of replacing everything with `Any`. This would match the pyright behavior. - #15656
> Hmm, I think we have an issue, but can't find out what changed. Did we remove typeshed for `attr` or something like that? You might want to revert #15021...