Skip to content

Releases: orbcorp/orb-python

v1.33.3

06 Dec 00:41
b4c223e

Choose a tag to compare

1.33.3 (2023-12-04)

Full Changelog: v1.33.2...v1.33.3

Chores

  • package: lift anyio v4 restriction (#84) (70cbb10)

v1.33.2

01 Dec 17:56

Choose a tag to compare

1.33.2 (2023-12-01)

Full Changelog: v1.33.1...v1.33.2

Bug Fixes

  • client: correct base_url setter implementation (#83) (83ad98c)

Chores

  • internal: remove unused type var (#82) (a9a3dbe)
  • internal: replace string concatenation with f-strings (#81) (d290faf)

Documentation

v1.33.1

30 Nov 00:04

Choose a tag to compare

1.33.1 (2023-11-30)

Full Changelog: v1.33.0...v1.33.1

Bug Fixes

  • client: ensure retried requests are closed (#78) (af69dbb)

Chores

v1.33.0

28 Nov 19:29

Choose a tag to compare

1.33.0 (2023-11-28)

Full Changelog: v1.32.0...v1.33.0

Features

Chores

  • deps: bump mypy to v1.7.1 (#72) (e7f7b47)
  • internal: options updates (#67) (8f91e55)
  • internal: revert recent options change (#70) (6ff55a6)
  • internal: send more detailed x-stainless headers (#71) (7dd46f3)

Documentation

v1.32.0

22 Nov 14:54

Choose a tag to compare

1.32.0 (2023-11-22)

Full Changelog: v1.31.2...v1.32.0

Features

Chores

  • client: improve copy method (#63) (ae3eed5)
  • package: add license classifier metadata (#65) (da28530)

v1.31.2

21 Nov 00:24

Choose a tag to compare

1.31.2 (2023-11-21)

Full Changelog: v1.31.1...v1.31.2

Bug Fixes

  • client: attempt to parse unknown json content types (#61) (2ff1f69)

v1.31.1

21 Nov 00:07

Choose a tag to compare

1.31.1 (2023-11-20)

Full Changelog: v1.31.0...v1.31.1

Chores

  • internal: update some test values (#60) (cf1e4a9)
  • internal: update type hint for helper function (#59) (191e197)

Documentation

v1.31.0

16 Nov 16:41

Choose a tag to compare

1.31.0 (2023-11-16)

Full Changelog: v1.30.3...v1.31.0

Features

  • api: updates (#55) (dbfb455)
  • client: support reading the base url from an env variable (#54) (04d5ca5)

Chores

  • internal: fix devcontainer interpeter path (#52) (a35fe95)
  • internal: fix typo in NotGiven docstring (#50) (7e1d704)

Documentation

v1.30.3

13 Nov 18:13

Choose a tag to compare

1.30.3 (2023-11-13)

Full Changelog: v1.30.2...v1.30.3

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#48) (52d5c13)

v1.30.2

10 Nov 16:08

Choose a tag to compare

1.30.2 (2023-11-10)

Full Changelog: v1.30.1...v1.30.2

Bug Fixes

  • client: serialise pydantic v1 default fields correctly in params (#46) (dc058e3)