Browse Source
Remove the 'await request.json()' call which was inadvertently left in the routing path. This ensures that the body bytes are passed directly to Pydantic's validate_json via FastAPIOptimizedJsonBytes, bypassing unnecessary Python dict allocations entirely.pull/15584/head
1 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue