11kkw
Results
1
issues of
11kkw
# Summary This PR updates the internal implementation of `UploadFile` to use `anyio.SpooledTemporaryFile[bytes]` instead of a generic `BinaryIO` interface. By using `anyio.SpooledTemporaryFile`, all file operations (`read`, `write`, `seek`) are now...