Releases: hyperspell/python-sdk
Releases · hyperspell/python-sdk
v0.26.0
v0.25.0
0.25.0 (2025-09-29)
Full Changelog: v0.22.1...v0.25.0
Features
- api: api update (f7a4696)
- api: api update (8cc8137)
- api: api update (d2f69a5)
- api: api update (508ad7e)
- api: api update (7c260a4)
- api: api update (796beb0)
- api: api update (1158074)
- api: api update (77b1d4c)
- api: update via SDK Studio (adcbd19)
- api: update via SDK Studio (4929e75)
- api: update via SDK Studio (743c857)
- api: update via SDK Studio (b6dd141)
- api: update via SDK Studio (4161ff3)
- api: update via SDK Studio (e7a6bd1)
- improve future compat with pydantic v3 (ebc041e)
- types: replace List[str] with SequenceNotStr in params (3682734)
Bug Fixes
- avoid newer type syntax (7658b38)
- compat: compat with
pydantic<2.8.0when 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.tomlfile (116ded2) - internal: update pydantic dependency (a83362d)
- internal: update pyright exclude list (ccfaa5f)
- tests: simplify
get_platformtest (7364d6f) - types: change optional parameter type from NotGiven to Omit (59fe8c6)
- update github action (c2227bb)
v0.22.1
v0.22.0
v0.21.0
v0.20.0
0.20.0 (2025-08-01)
Full Changelog: v0.19.0...v0.20.0
Features
- api: api update (6b411be)
- api: api update (0789efa)
- api: update via SDK Studio (fd10b3b)
- api: update via SDK Studio (a92de5a)
- client: support file upload requests (98a9c26)
Bug Fixes
Chores
- project: add settings file for vscode (f597f95)
v0.19.0
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
0.18.0 (2025-06-19)
Full Changelog: v0.16.0...v0.18.0
Features
- api: api update (8316353)
- api: api update (bdbe8e1)
- api: api update (3334f14)
- api: api update (b6ad9f4)
- api: api update (74e46e9)
- api: api update (bccb2cc)
- api: api update (c05d86e)
- api: api update (b20e5b5)
- api: api update (68a23b5)
- api: api update (8c94bf0)
- api: api update (98ba9ee)
- api: api update (7f9a7d6)
- api: api update (00ba4b4)
- api: api update (cd17269)
- api: api update (78195d4)
- api: api update (#12) (14c9569)
- api: api update (#16) (90ab745)
- api: api update (#21) (1b33d5e)
- api: api update (#23) (83dcd1d)
- api: api update (#25) (26170a5)
- api: api update (#28) (72667ce)
- api: api update (#29) (e2312ba)
- api: api update (#30) (08bae2f)
- api: api update (#31) (a245e70)
- api: api update (#38) (fd5a6d5)
- api: api update (#39) (5aaf7cd)
- api: api update (#4) (b44636b)
- api: api update (#43) (7c8ccc6)
- api: api update (#44) (693304c)
- api: api update (#48) (5a8674d)
- api: api update (#49) (2c1476c)
- api: api update (#5) (3fc9775)
- api: api update (#7) (4c43cb7)
- api: api update (#71) (5e4a65e)
- api: api update (#77) (5df0fc9)
- api: api update (#79) (4bbaa8b)
- api: api update (#8) (bbe535f)
- api: api update (#81) (816ced9)
- api: api update (#82) (2a12261)
- api: api update (#83) (e349d69)
- api: api update (#86) (9cfa06b)
- api: update via SDK Studio (3e2a9c8)
- api: update via SDK Studio (0e3d89e)
- api: update via SDK Studio (bff74c9)
- api: update via SDK Studio (5512870)
- api: update via SDK Studio (f82c2b5)
- api: update via SDK Studio (c7b0af6)
- api: update via SDK Studio (4277aee)
- api: update via SDK Studio (#32) (f8f7ad1)
- api: update via SDK Studio (#33) (d8aad38)
- api: update via SDK Studio (#41) (2aaad04)
- api: update via SDK Studio (#67) (52566fe)
- api: update via SDK Studio (#68) (3014583)
- api: update via SDK Studio (#69) (01cdba5)
- api: update via SDK Studio (#70) (f5871a8)
- api: update via SDK Studio (#72) (3551d71)
- client: add follow_redirects request option (6402278)
- client: allow passing
NotGivenfor body (#53) (25f5f65) - client: send
X-Stainless-Read-Timeoutheader (#45) (314ac6f)
Bug Fixes
- asyncify on non-asyncio runtimes (#51) ([9a1d74d](https://githu...