Update typing: Union[...]
Review Request #15119 — Created June 12, 2026 and updated — Latest diff uploaded
This change updates legacy type hints that use the old
Union[...]form
to be(... | ...)instead.Because I want to keep this tightly focused and easy to review, this
does not make any changes to other imports, documentation, etc., even
within the changed lines. Those will come in future changes.
Ran unit tests.