Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support fuller files kwarg for requests.post
The files keyword argument for the requests.post function has this type: files: _Files | None = ... This commit adds this type alias as found in requests version 2.32.2 and updates this library's multipart_matcher function's files keyword argument to be of type _Files.
- Loading branch information