| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I guess stubtest is telling me this needs to wait until a new typing_extensions release is shipped? |
Sorry, something went wrong.
|
Alex landed a PR pinning us to the RC (#15934) so I don't think you should have to wait. Most of the stubtest issues seem to be about using __new__ vs. __init__. |
Sorry, something went wrong.
| tomli==2.4.1; python_version < "3.11" | ||
| tomlkit==0.14.0 | ||
| typing_extensions>=4.16.0rc1 | ||
| typing_extensions>=4.16.0rc2 |
There was a problem hiding this comment.
this bump isn't really needed as the package didn't really change much between the two rcs, but it also doesn't hurt
Sorry, something went wrong.
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Sorry, something went wrong.
|
Synced this change over in astral-sh/ruff#26406 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This reflects what the runtime package does after python/typing_extensions#741.