micha91

Results 3 issues of micha91

As described in #692 arrays of files are not handled correctly, if they are part of multipart/form-data. This is fixed in this PR by letting `to_multipart` return a `List[Tuple[str, Any]]`...

🄚breaking

**Bug Report** If I define an abstract method in a base class with generic parameters and one specific parameter, I cannot have a subclass implementing this method with specific parameters...

bug

## Overview When downloading adjusted images these are already rotated and don't need to be rotated again. The orientation is not part of the EXIF in this case anymore. But...

bug