Ryan Malloy a445df453e Fix FastAPI response model for geolocate endpoint
Union return type GeolocateOut | Response is not a valid Pydantic field
type. Use explicit response_model decorator parameter instead.
2026-03-02 04:30:53 -07:00
..