Alex Waygood
Alex Waygood
Thanks! It looks like our stubsabot bot didn't mark the package as obsolete for us because a single Python file, `paho/__init__.py`, is not in a directory that is covered by...
Hi Kevin, hope you're well! I'm paging @sobolevn on this one, who authored our current stack of overloads and test cases for `ExceptionGroup`, and I think understands this stuff much...
Yes, I'm pretty unsure what the best course of action is for our users here. On the one hand, we generally remove stubs as soon as a library adds a...
Oh, so if we mark the stubs as `partial`, type checkers will only look at the annotations for the submodules we include in typeshed, and fall back to inline types...
I'm actually on MacOS these days, FWIW
I think this would be a good idea. We actually already have a need for this: typeshed claims to support Python 3.7+, but the latest version of `types-jsonschema` will only...
Oh, actually, the `types-jsonschema` PR I was thinking of hasn't been merged yet... the package _will_ require Python 3.8+ if #10583 is merged :-)
The `METADATA.toml` field should be optional — the default assumption should be that most stubs packages can be used with all versions of Python that typeshed supports. We should add...
> I'm not sure what the stub uploader should do if it encounters a stubs package that doesn't have a `requires-python` field in `METADATA.toml`. Should it add `requires-python` to the...
> I just took a quick look on the pyright and pytype scripts. The problem here is that these tests run on the whole project. They have to become modular...