Skip to content

Releases: openlayer-ai/openlayer-python

v0.14.1

12 Jan 16:11

Choose a tag to compare

0.14.1 (2026-01-12)

Full Changelog: v0.14.0...v0.14.1

Chores

  • closes OPEN-8576: expose delete project endpoint (be1251f)

v0.14.0

09 Jan 13:32

Choose a tag to compare

0.14.0 (2026-01-09)

Full Changelog: v0.13.1...v0.14.0

Features

  • closes OPEN-8532: expose 'tests/{id}/results' endpoint (208192c)

v0.13.1

08 Jan 14:03

Choose a tag to compare

0.13.1 (2026-01-08)

Full Changelog: v0.13.0...v0.13.1

Chores

  • closes OPEN-8644: address warnings on Stainless studio (662f735)
  • remove _meta (0b2c45b)

v0.13.0

08 Jan 12:24

Choose a tag to compare

0.13.0 (2026-01-08)

Full Changelog: v0.12.6...v0.13.0

Features

  • api: add missing endpoints (cfc7059)

v0.12.6

08 Jan 12:13

Choose a tag to compare

0.12.6 (2026-01-08)

Full Changelog: v0.12.5...v0.12.6

Bug Fixes

  • client: loosen auth header validation (0d31697)

v0.12.5

07 Jan 18:44

Choose a tag to compare

0.12.5 (2026-01-07)

Full Changelog: v0.11.3...v0.12.5

Features

  • api: add test evaluation method (f3fce3e)

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (4a7dfcf)
  • use async_to_httpx_files in patch method (4e797de)

Chores

  • add missing docstrings (255589a)
  • internal: add --fix argument to lint script (bd35326)
  • internal: add missing files argument to base client (fbda07e)
  • internal: codegen related update (1808e75)
  • internal: version bump (36be7a3)
  • internal: version bump (753d12c)
  • speedup initial import (d64be67)

v0.12.4

07 Jan 17:57

Choose a tag to compare

0.12.4 (2026-01-07)

Full Changelog: v0.12.3...v0.12.4

Chores

  • docs: use environment variables for authentication in code snippets (be3611a)
  • update lockfile (8532ac5)

v0.12.3

07 Jan 17:31

Choose a tag to compare

0.12.3 (2026-01-06)

Full Changelog: v0.12.2...v0.12.3

Bug Fixes

  • ensure streams are always closed (d5fffe3)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (222f10f)
  • internal: version bump (a47ede3)
  • update lockfile (b50033b)

v0.12.2

06 Jan 14:50

Choose a tag to compare

0.12.2 (2026-01-06)

Full Changelog: v0.12.1...v0.12.2

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (5c510a6)

Chores

  • add Python 3.14 classifier and testing (3b23f0f)
  • internal: version bump (8599d01)
  • internal: version bump (d0d8cf2)

v0.12.1

29 Dec 20:49

Choose a tag to compare

0.12.1 (2025-12-29)

Full Changelog: v0.12.0...v0.12.1

Bug Fixes

  • closes OPEN-8569: handle missing active trace and improve error logging in LiteLLM integration (#569) (d35f78c)