Skip to content

Releases: brapi-dev/brapi-python

v1.5.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Jun 14:54
6496361

1.5.0 (2026-06-23)

Full Changelog: v1.4.0...v1.5.0

Features

v1.4.0

Choose a tag to compare

@stainless-app stainless-app released this 29 May 20:02
5297247

1.4.0 (2026-05-28)

Full Changelog: v1.3.0...v1.4.0

Features

v1.3.0

Choose a tag to compare

@stainless-app stainless-app released this 18 May 21:38
2370d7b

1.3.0 (2026-05-14)

Full Changelog: v1.2.0...v1.3.0

Features

Chores

  • format all api.md files (691c9c6)
  • internal: add request options to SSE classes (c83d52b)
  • internal: bump dependencies (2afb698)
  • internal: codegen related update (9d762c1)
  • internal: codegen related update (12bc0a4)
  • internal: codegen related update (9e205f4)
  • internal: codegen related update (1cd1130)
  • internal: codegen related update (ca33256)
  • internal: codegen related update (c544f50)
  • internal: codegen related update (6692c9b)
  • internal: codegen related update (b344fe8)
  • internal: codegen related update (c48bfd7)
  • internal: fix lint error on Python 3.14 (8f891ca)
  • internal: make test_proxy_environment_variables more resilient (a298056)
  • internal: make test_proxy_environment_variables more resilient to env (a2e60c5)
  • internal: remove mock server code (02c10f5)
  • update mock server docs (4b7594f)

v1.2.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Feb 01:35
265f51d

1.2.0 (2026-01-30)

Full Changelog: v1.1.0...v1.2.0

Features

  • client: add custom JSON encoder for extended type support (05834cc)

Chores

  • ci: upgrade actions/github-script (c133c8f)
  • internal: update actions/checkout version (3cafae4)

v1.1.0

Choose a tag to compare

@stainless-app stainless-app released this 14 Jan 15:20
7ce53f2

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

Choose a tag to compare

@stainless-app stainless-app released this 29 Dec 15:42
70562f8

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

Choose a tag to compare

@stainless-app stainless-app released this 10 Dec 13:12
c229f6e

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

Choose a tag to compare

@stainless-app stainless-app released this 24 Nov 20:00
d75978b

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

Choose a tag to compare

@stainless-app stainless-app released this 14 Nov 19:05
b57c2a3

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

Choose a tag to compare

@stainless-app stainless-app released this 28 Oct 19:55
d5eb977

1.0.1 (2025-10-18)

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

Chores

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