According to [request matching documentation](https://requests-mock.readthedocs.io/en/latest/matching.html#matching-any), https://github.com/jamielennox/requests-mock/blob/850671f958afd287c2dbce7420f670215892314f/requests_mock/mocker.pyi#L33 should be ```python method: Union[str, typing.Literal[requests_mock.adapter.ANY]] ``` etc.