Skip to content

Releases: aymara-ai/aymara-sdk-python

v1.2.1

08 Feb 21:16
5ba7d24

Choose a tag to compare

1.2.1 (2026-02-08)

Full Changelog: v1.2.0...v1.2.1

Features

Read more

v1.2.0

30 Jan 18:34
fca9789

Choose a tag to compare

1.2.0 (2025-12-04)

Full Changelog: v1.1.1...v1.2.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (35363e9)
  • client: close streams without requiring full consumption (7bd6108)
  • compat with Python 3.14 (115b25a)
  • compat with Python 3.14 (4c70ed2)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (92bf3d7)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (c316efa)
  • ensure streams are always closed (1e240df)
  • ensure streams are always closed (63f71ad)

Chores

  • add Python 3.14 classifier and testing (6566bb7)
  • add Python 3.14 classifier and testing (5129930)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (6ebf8a1)
  • docs: use environment variables for authentication in code snippets (bcb0dd1)
  • internal/tests: avoid race condition with implicit client cleanup (b2238f8)
  • internal/tests: avoid race condition with implicit client cleanup (d3f0703)
  • internal: grammar fix (it's -> its) (4cf564e)
  • internal: grammar fix (it's -> its) (6781a0a)
  • internal: version bump (e713339)
  • package: drop Python 3.8 support (45428d3)
  • package: drop Python 3.8 support (8287a07)
  • update lockfile (e4d7114)

v1.1.1

29 Oct 23:35
d98862f

Choose a tag to compare

1.1.1 (2025-10-29)

Full Changelog: v1.1.0...v1.1.1

Bug Fixes

  • examples_utils: resolve bug preventing sora generations and fix logging visibility (#34) (80dedbf)

v1.1.0

29 Oct 00:43
a937e98

Choose a tag to compare

1.1.0 (2025-10-29)

Full Changelog: v1.0.3...v1.1.0

Features

Bug Fixes

  • ci: correct conditional (10dcc8c)
  • ci: release-doctor — report correct token name (1a905ea)
  • client: correctly parse binary response | stream (48ba460)
  • package: support direct resource imports (938dd60)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (c5301a5)
  • utils: Fix issue with confidences showing up incorrectly for missing confidences. (7fb32fb)

Chores

  • ci: change upload type (9681bdc)
  • ci: enable for pull requests (d7e6731)
  • ci: fix installation instructions (8b37598)
  • ci: only run for pushes and fork pull requests (80611a5)
  • ci: upload sdks to package manager (a4d60f3)
  • docs: grammar improvements (d49a74e)
  • docs: remove reference to rye shell (2cb26d1)
  • internal: avoid lint errors in pagination expressions (5a3c566)
  • internal: bump pinned h11 dep (0bf369e)
  • internal: codegen related update (a98bd9f)
  • internal: update conftest.py (5b7c341)
  • package: mark python 3.13 as supported (403512f)
  • readme: update badges (fd2895a)
  • tests: add tests for httpx client instantiation & proxies (5aa538f)
  • tests: run tests in parallel (6d637ae)
  • tests: skip some failing tests on the latest python versions (7093c76)

Documentation

  • client: fix httpx.Timeout documentation reference (df9b5d2)

v1.1.0-beta.3

09 May 19:46
56c9bb8

Choose a tag to compare

v1.1.0-beta.3 Pre-release
Pre-release

1.1.0-beta.3 (2025-05-09)

Full Changelog: v1.1.0-beta.2...v1.1.0-beta.3

Bug Fixes

v1.1.0-beta.2

09 May 19:05
3201453

Choose a tag to compare

v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2025-05-09)

Full Changelog: v1.1.0-beta.1...v1.1.0-beta.2

Features

Chores

v1.1.0-beta.1

09 May 18:34
da0d3cf

Choose a tag to compare

v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2025-05-09)

Full Changelog: v1.0.2...v1.1.0-beta.1

Features

v1.0.3

09 May 20:03
a479eab

Choose a tag to compare

1.0.3 (2025-05-09)

Full Changelog: v1.1.0-beta.3...v1.0.3

v1.0.2

09 May 16:53
8cf8422

Choose a tag to compare

1.0.2 (2025-05-09)

Full Changelog: v1.0.1...v1.0.2

Bug Fixes

Chores

v1.0.1

08 May 19:17
7f08de6

Choose a tag to compare

1.0.1 (2025-05-08)

Full Changelog: v1.0.0...v1.0.1

Bug Fixes

  • prompt response alignment in df (3eae5d3)