Skip to content

Releases: context-dot-dev/deprecated-brand-python-sdk

v1.25.0

11 Dec 14:21
8ef8154

Choose a tag to compare

1.25.0 (2025-12-11)

Full Changelog: v1.24.0...v1.25.0

Features

Bug Fixes

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

Chores

  • add missing docstrings (d511865)
  • docs: use environment variables for authentication in code snippets (ab01c66)
  • update lockfile (8102591)

v1.24.0

01 Dec 04:17
c520ade

Choose a tag to compare

1.24.0 (2025-12-01)

Full Changelog: v1.23.0...v1.24.0

Features

v1.23.0

29 Nov 20:57
1b97c47

Choose a tag to compare

1.23.0 (2025-11-29)

Full Changelog: v1.22.0...v1.23.0

Features

Bug Fixes

  • ensure streams are always closed (77df827)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (eedd772)

v1.22.0

24 Nov 18:03
1e37201

Choose a tag to compare

1.22.0 (2025-11-24)

Full Changelog: v1.21.0...v1.22.0

Features

v1.21.0

24 Nov 17:49
7abb65f

Choose a tag to compare

1.21.0 (2025-11-24)

Full Changelog: v1.20.0...v1.21.0

Features

Chores

  • add Python 3.14 classifier and testing (c3c5690)

v1.20.0

19 Nov 02:04
a8efd59

Choose a tag to compare

1.20.0 (2025-11-19)

Full Changelog: v1.19.1...v1.20.0

Features

Bug Fixes

  • compat with Python 3.14 (8602245)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (768e2d1)

Chores

  • package: drop Python 3.8 support (ecc46d0)

v1.19.1

05 Nov 18:55
0903f71

Choose a tag to compare

1.19.1 (2025-11-04)

Full Changelog: v1.19.0...v1.19.1

Chores

  • internal: grammar fix (it's -> its) (569ba5e)

v1.19.0

31 Oct 15:40
fdd8c88

Choose a tag to compare

1.19.0 (2025-10-31)

Full Changelog: v1.18.0...v1.19.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (8c87170)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (ccaa28b)

v1.18.0

30 Oct 00:48
4b332e3

Choose a tag to compare

1.18.0 (2025-10-30)

Full Changelog: v1.17.1...v1.18.0

Features

v1.17.1

29 Oct 14:16
013bd90

Choose a tag to compare

1.17.1 (2025-10-18)

Full Changelog: v1.17.0...v1.17.1

Chores

  • bump httpx-aiohttp version to 0.1.9 (ceb1df0)
  • internal: detect missing future annotations with ruff (2d0454e)