Skip to content

Python SDK v6.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 12:12
4c596a1

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

  • LatitudeApiClient and AsyncLatitudeApiClient, mirroring the TypeScript @latitude-data/sdk v6 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, and client.annotations.
  • Bearer-token auth, configurable base URL / environment, per-request timeouts, retries, and a pluggable httpx client.
  • Fully typed request/response models (Pydantic v2) exported from latitude_sdk.