
This update fixes several type-checking false positives along with issues in Ruff, Jupyter, Databricks, and interpreter setup:
tuple[...] with three or more arguments - PY-32793 and PY-89314.str or repr implementations for IPv4Address/IPv6Address, string literals, and str subtypes - PY-89986, PY-91292, and PY-89483.Expected type 'TypedDict | None', got 'dict' instead error when passing a dict where a TypedDict | None is expected - PY-88391.# type: ignore comments - PY-90290.Field - PY-90614.uv even when UV_PROJECT_ENVIRONMENT is set - PY-83666.Full release notes.