• 
      

    Update typing: Dict[...]

    Review Request #14992 — Created April 1, 2026 and updated — Latest diff uploaded

    Information

    Djblets
    release-6.x

    Reviewers

    This change updates legacy type hints that use the old Dict[...] form
    to either be dict[...], Mapping[...], JSONDict, or KwargsDict as
    appropriate.

    Because I want to keep this tightly focused and easy to review, this
    does not make any changes to other legacy type hints, documentation,
    etc., even within the changed lines. Those will come in future changes.

    Ran unit tests.

    Commits

    Files