Skip to content

Releases: Alchemyst-ai/alchemyst-sdk-python

v0.10.0

17 Jan 10:25
71fb0c8

Choose a tag to compare

0.10.0 (2026-01-17)

Full Changelog: v0.9.0...v0.10.0

Features

Bug Fixes

  • client: loosen auth header validation (3d175cb)

Chores

  • internal: update actions/checkout version (11aa112)

v0.9.0

06 Jan 19:07
d6d772b

Choose a tag to compare

0.9.0 (2026-01-06)

Full Changelog: v0.8.1...v0.9.0

Features

v0.8.1

16 Dec 12:33
4a7a9d5

Choose a tag to compare

0.8.1 (2025-12-16)

Full Changelog: v0.8.0...v0.8.1

Chores

  • internal: add missing files argument to base client (30792e6)

v0.8.0

13 Dec 16:43

Choose a tag to compare

0.8.0 (2025-12-10)

Full Changelog: v0.7.0...v0.8.0

Features

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (0b0833a)

Chores

v0.7.0

03 Dec 19:45
24a2631

Choose a tag to compare

0.7.0 (2025-12-03)

Full Changelog: v0.6.0...v0.7.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (338aad1)
  • compat with Python 3.14 (dbe25c4)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (10d06c4)
  • ensure streams are always closed (f591b89)

Chores

  • add Python 3.14 classifier and testing (ab921a4)
  • bump httpx-aiohttp version to 0.1.9 (9421012)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (25c5bac)
  • docs: use environment variables for authentication in code snippets (c300c9e)
  • internal/tests: avoid race condition with implicit client cleanup (46f4d22)
  • internal: codegen related update (efa3043)
  • internal: grammar fix (it's -> its) (f006062)
  • package: drop Python 3.8 support (fb767f8)
  • update lockfile (086bf00)

v0.6.0

29 Oct 18:09

Choose a tag to compare

0.6.0 (2025-10-29)

Full Changelog: v0.5.0...v0.6.0

Features

v0.5.0

23 Oct 12:56
13985b1

Choose a tag to compare

0.5.0 (2025-10-23)

Full Changelog: v0.4.0...v0.5.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (5ddd383)
  • internal: detect missing future annotations with ruff (fac1c37)

v0.4.0

01 Oct 19:16
189bf3d

Choose a tag to compare

0.4.0 (2025-10-01)

Full Changelog: v0.3.0...v0.4.0

Features

v0.3.0

01 Oct 18:53
0308e66

Choose a tag to compare

0.3.0 (2025-10-01)

Full Changelog: v0.2.0...v0.3.0

Features

v0.2.0

26 Sep 16:09
1a12b50

Choose a tag to compare

0.2.0 (2025-09-20)

Full Changelog: v0.1.0...v0.2.0

Features

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (076ff5b)