github latitude-dev/latitude-llm python-sdk-6.0.0
Python SDK v6.0.0

latest release: typescript-sdk-6.0.0
3 hours ago

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.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.