Problemunvalidated
The deserialized object is ~ 100 MB. — My JSON request is about 20 MB. Tension: This is too much memory and I am inclined to parse / validate my requests in a stream-based fashion. Outcome: However, I would still be glad if FastAPI could handle generation of the OpenAPI spec based on the Pydantic model.
38f0b495-0e4e-4094-80d6-8c012870fd6a
The deserialized object is ~ 100 MB. — My JSON request is about 20 MB. Tension: This is too much memory and I am inclined to parse / validate my requests in a stream-based fashion. Outcome: However, I would still be glad if FastAPI could handle generation of the OpenAPI spec based on the Pydantic model.