Files
orchard/backend/app/pypi_proxy.py
Mondo Diaz da3fd7a601 Fix PyPI proxy timeout by streaming from S3 instead of loading into memory
Large packages like TensorFlow (~600MB) caused read timeouts because the
entire file was loaded into memory before responding to the client. Now
the file is stored to S3 first, then streamed back using StreamingResponse.
2026-02-05 09:15:09 -06:00

26 KiB