Open
Description
Hi, over here, https://github.com/gitpython-developers/GitPython/blob/main/git/repo/base.py#L1151 why is this Union[TextIO, BinaryIO]
instead of IO[bytes]
? As sending a temporaryfile or any file, is not in Union[TextIO, BinaryIO]
and it is in IO[bytes]