Closed jameshilliard closed 2 months ago
I think it is a good idea to limit dependencies - was not aware that fastapi uses anyio. anyio also has 4x as many monthly downloads than aiofiles. So definitely a solid choice. So I closed #126.
To complete PR I'd also suggest to fully move away from aiofiles and replace the temp file handling as well.
To complete PR I'd also suggest to fully move away from aiofiles and replace the temp file handling as well.
I didn't find temp file handling support in anyio unfortunately.
Alternative to #126.