Skip to content

Releases: hyperspell/python-sdk

v0.26.0

14 Oct 02:25
86878db

Choose a tag to compare

0.26.0 (2025-10-14)

Full Changelog: v0.25.0...v0.26.0

Features

Chores

  • internal: detect missing future annotations with ruff (210e641)

v0.25.0

29 Sep 18:19
5da7713

Choose a tag to compare

0.25.0 (2025-09-29)

Full Changelog: v0.22.1...v0.25.0

Features

Bug Fixes

  • avoid newer type syntax (7658b38)
  • compat: compat with pydantic<2.8.0 when using additional fields (d792335)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (d9de5e4)
  • internal: add Sequence related utils (9cbe921)
  • internal: change ci workflow machines (c9d8d8d)
  • internal: move mypy configurations to pyproject.toml file (116ded2)
  • internal: update pydantic dependency (a83362d)
  • internal: update pyright exclude list (ccfaa5f)
  • tests: simplify get_platform test (7364d6f)
  • types: change optional parameter type from NotGiven to Omit (59fe8c6)
  • update github action (c2227bb)

v0.22.1

13 Aug 20:37
a3c4b8e

Choose a tag to compare

0.22.1 (2025-08-13)

Full Changelog: v0.22.0...v0.22.1

Features

Chores

  • internal: update comment in script (3f74f9d)
  • update @stainless-api/prism-cli to v5.15.0 (37e8a3f)

v0.22.0

06 Aug 19:50
62fc6d0

Choose a tag to compare

0.22.0 (2025-08-06)

Full Changelog: v0.21.0...v0.22.0

Features

Chores

  • internal: fix ruff target version (9454556)

v0.21.0

05 Aug 18:12
3cfe298

Choose a tag to compare

0.21.0 (2025-08-05)

Full Changelog: v0.20.0...v0.21.0

Features

v0.20.0

01 Aug 16:19
03a45d2

Choose a tag to compare

0.20.0 (2025-08-01)

Full Changelog: v0.19.0...v0.20.0

Features

Bug Fixes

  • parsing: ignore empty metadata (01e34f8)
  • parsing: parse extra field types (167331c)

Chores

  • project: add settings file for vscode (f597f95)

v0.19.0

18 Jul 14:31
87adc98

Choose a tag to compare

0.19.0 (2025-07-18)

Full Changelog: v0.18.0...v0.19.0

Features

  • api: api update (e4edf05)
  • api: api update (7248ff5)
  • api: update via SDK Studio (20bf1bb)
  • api: update via SDK Studio (21036b0)
  • api: update via SDK Studio (bf294db)
  • clean up environment call outs (e99844e)
  • client: add support for aiohttp (c0845dc)

Bug Fixes

  • ci: correct conditional (980b910)
  • ci: release-doctor — report correct token name (6ddb78b)
  • client: don't send Content-Type header on GET requests (f7a04b5)
  • parsing: correctly handle nested discriminated unions (f4e309d)

Chores

  • ci: change upload type (c01d519)
  • ci: only run for pushes and fork pull requests (991d685)
  • internal: bump pinned h11 dep (1ce5781)
  • internal: codegen related update (f7cd6c7)
  • package: mark python 3.13 as supported (b04d1e6)
  • readme: fix version rendering on pypi (a109225)
  • tests: skip some failing tests on the latest python versions (9eebf62)

v0.18.0

19 Jun 23:19
17ff9d3

Choose a tag to compare

0.18.0 (2025-06-19)

Full Changelog: v0.16.0...v0.18.0

Features

Bug Fixes

Read more

v0.16.1

30 May 12:49
6ac75c3

Choose a tag to compare

0.16.1 (2025-05-30)

Full Changelog: v0.13.0...v0.16.1

Features

v0.15.0

27 May 10:15
a2adc50

Choose a tag to compare

0.15.0 (2025-05-27)

Full Changelog: v0.12.0...v0.15.0

Features

Bug Fixes

  • package: support direct resource imports (d8b54e0)

Chores

  • ci: fix installation instructions (3567715)
  • ci: upload sdks to package manager (733ed75)
  • docs: grammar improvements (5e2a523)
  • internal: avoid errors for isinstance checks on proxies (c86a164)