Skip to content

Releases: brapi-dev/brapi-python

v1.1.0

14 Jan 15:20
7ce53f2

Choose a tag to compare

1.1.0 (2026-01-14)

Full Changelog: v1.0.5...v1.1.0

Features

  • client: add support for binary request streaming (f7eb87e)

Chores

  • internal: codegen related update (320cbf8)

v1.0.5

29 Dec 15:42
70562f8

Choose a tag to compare

1.0.5 (2025-12-19)

Full Changelog: v1.0.4...v1.0.5

Bug Fixes

  • use async_to_httpx_files in patch method (a061229)

Chores

  • internal: add --fix argument to lint script (76c6f31)
  • internal: add missing files argument to base client (cababd6)
  • speedup initial import (7261e02)

v1.0.4

10 Dec 13:12
c229f6e

Choose a tag to compare

1.0.4 (2025-12-09)

Full Changelog: v1.0.3...v1.0.4

Bug Fixes

  • ensure streams are always closed (d1f3a3e)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (d1f1fcc)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (c03a35a)
  • docs: use environment variables for authentication in code snippets (f80ab62)
  • update lockfile (972cee4)

v1.0.3

24 Nov 20:00
d75978b

Choose a tag to compare

1.0.3 (2025-11-22)

Full Changelog: v1.0.2...v1.0.3

Chores

  • add Python 3.14 classifier and testing (bb6876e)

v1.0.2

14 Nov 19:05
b57c2a3

Choose a tag to compare

1.0.2 (2025-11-12)

Full Changelog: v1.0.1...v1.0.2

Bug Fixes

  • client: close streams without requiring full consumption (a23e5a4)
  • compat with Python 3.14 (7d86ba1)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (220d879)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (d11f1ff)
  • internal: grammar fix (it's -> its) (1d324d4)
  • package: drop Python 3.8 support (0d274f6)

v1.0.1

28 Oct 19:55
d5eb977

Choose a tag to compare

1.0.1 (2025-10-18)

Full Changelog: v1.0.0...v1.0.1

Chores

  • bump httpx-aiohttp version to 0.1.9 (58fd5fc)

v1.0.0

12 Oct 18:34
1e12a5f

Choose a tag to compare

1.0.0 (2025-10-12)

Full Changelog: v0.0.1...v1.0.0

Chores