Skip to content

Releases: prelude-so/python-sdk

v0.3.0

11 Apr 15:01
b57dc83
Compare
Choose a tag to compare

0.3.0 (2025-04-11)

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

Features

  • api: add Lookup and Watch support

Bug Fixes

  • ci: ensure pip is always available (#81) (3496a08)
  • ci: remove publishing patch (#82) (00fa879)
  • perf: optimize some hot paths (6203988)
  • perf: skip traversing types for NotGiven values (e5a8fd5)
  • types: handle more discriminated union shapes (#80) (716195b)

Chores

v0.2.0

11 Mar 14:09
4108c61
Compare
Choose a tag to compare

0.2.0 (2025-03-11)

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

Features

  • api: add email verification, template and callback URL support (#74) (f9658f1)
  • client: allow passing NotGiven for body (#64) (b32f989)
  • client: send X-Stainless-Read-Timeout header (#59) (6dcc82a)

Bug Fixes

  • client: mark some request bodies as optional (b32f989)

Chores

  • docs: update client docstring (#70) (61cec66)
  • internal: bummp ruff dependency (#58) (2381d4a)
  • internal: change default timeout to an int (#56) (160f11e)
  • internal: codegen related update (#63) (0516484)
  • internal: codegen related update (#67) (32798a9)
  • internal: codegen related update (#68) (f921517)
  • internal: codegen related update (#71) (ec7fd9f)
  • internal: fix devcontainers setup (#65) (da3f6c6)
  • internal: fix type traversing dictionary params (#60) (9bf6b95)
  • internal: minor type handling changes (#61) (0639a28)
  • internal: properly set pydantic_private (#66) (affe056)
  • internal: update client tests (#62) (6096c2a)

Documentation

  • revise readme docs about nested params (#72) (bff24a7)
  • update URLs from stainlessapi.com to stainless.com (#69) (f3c2dc7)

v0.1.0

05 Feb 15:17
7d9a67a
Compare
Choose a tag to compare

0.1.0 (2025-02-05)

Full Changelog: v0.1.0-beta.1...v0.1.0

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#50) (97fe150)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#51) (0730cb0)
  • internal: bump pyright dependency (#47) (4fade6c)
  • internal: minor formatting changes (#53) (a2296ef)
  • internal: minor style changes (#52) (04f378c)

Documentation

  • raw responses: fix duplicate the (#49) (b76a3a0)

v0.1.0-beta.1

14 Jan 15:19
1248b3c
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

0.1.0-beta.1 (2025-01-14)

Full Changelog: v0.1.0-alpha.7...v0.1.0-beta.1

Features

Bug Fixes

  • correctly handle deserialising cls fields (#42) (6511235)

Chores

v0.1.0-alpha.7

08 Jan 18:12
1f5e0d2
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release

0.1.0-alpha.7 (2025-01-08)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Features

Bug Fixes

  • client: only call .close() when needed (#37) (9d64934)

Chores

Documentation

v0.1.0-alpha.6

11 Dec 11:00
59621fc
Compare
Choose a tag to compare
v0.1.0-alpha.6 Pre-release
Pre-release

0.1.0-alpha.6 (2024-12-11)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

Chores

Documentation

  • readme: fix http client proxies example (#26) (66ce358)

v0.1.0-alpha.5

03 Dec 15:22
b4429aa
Compare
Choose a tag to compare
v0.1.0-alpha.5 Pre-release
Pre-release

0.1.0-alpha.5 (2024-12-03)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#20) (2920a25)

Chores

  • internal: bump pyright (#21) (3af0b97)
  • internal: exclude mypy from running on tests (#18) (375162d)

v0.1.0-alpha.4

27 Nov 12:46
e9f0dc1
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release

0.1.0-alpha.4 (2024-11-27)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

Chores

  • internal: fix compat model_dump method when warnings are passed (#13) (7f9b088)
  • rebuild project due to codegen change (#10) (afd8c51)
  • remove now unused cached-property dep (#15) (292303e)

Documentation

v0.1.0-alpha.3

14 Nov 14:05
5ad31f1
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2024-11-14)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Chores

v0.1.0-alpha.2

14 Nov 13:44
e34a3f3
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2024-11-14)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features