Sebastian Rittau

Results 518 comments of Sebastian Rittau

That's what I was thinking, although ideally we'd automate that or teach renovate to sync it.

For as long as we're using a requirements file, I've opened astral-sh/setup-uv#411.

(And of course #14082 is a workaround for now.)

> it looks like we might be spending a looooong time building some third-party-stub non-types dependencies from source as part of `mypy_test.py` if we run it on Python 3.14... Not...

Stubtest errors are unrelated.

Thanks, I seem to have misunderstood the suggestion.

Draft until typing_extensions 4.14.0 final is released. I'll give the third-party stubs a week or two after the release.

This is a bit more primer output than expected (due to `Writer.write()` requiring to return `int`, while `SupportsWrite.write()` had just `object` as return type). Looking at it more closely: *...