Python SDK v6.0.0
Complete rewrite for the new Latitude platform. The package is now generated by Fern from our OpenAPI spec and targets the v6 public API. It is not backwards compatible with latitude-sdk 5.x, which targeted the legacy prompt-management platform — none of the 5.x surface (prompts, runs, evaluations push, logs) carries over.
Added
LatitudeApiClientandAsyncLatitudeApiClient, mirroring the TypeScript@latitude-data/sdkv6 surface:client.account,client.projects,client.members,client.api_keys,client.oauth_keys,client.traces,client.saved_searches,client.issues,client.incidents,client.monitors,client.datasets,client.scores, andclient.annotations.- Bearer-token auth, configurable base URL / environment, per-request timeouts, retries, and a pluggable
httpxclient. - Fully typed request/response models (Pydantic v2) exported from
latitude_sdk.