Skip to content

Releases: knocklabs/knock-python

v1.24.1

16 Mar 17:39
3aee797

Choose a tag to compare

1.24.1 (2026-03-16)

Full Changelog: v1.24.0...v1.24.1

Bug Fixes

  • pydantic: do not pass by_alias unless set (0354401)

v1.24.0

13 Mar 17:15
74473cf

Choose a tag to compare

1.24.0 (2026-03-13)

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

Features

v1.23.0

12 Mar 22:03
18d3133

Choose a tag to compare

1.23.0 (2026-03-12)

Full Changelog: v1.22.1...v1.23.0

Features

Chores

  • ci: skip uploading artifacts on stainless-internal branches (3a0d565)

v1.22.1

05 Mar 16:14
faa3432

Choose a tag to compare

1.22.1 (2026-03-05)

Full Changelog: v1.22.0...v1.22.1

Chores

  • test: do not count install time for mock server timeout (fb90aa9)

Refactors

  • types: use extra_items from PEP 728 (10ec48a)

v1.22.0

03 Mar 14:59
bcc249f

Choose a tag to compare

1.22.0 (2026-03-02)

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

Features

v1.21.0

02 Mar 22:20
fbb7d23

Choose a tag to compare

1.21.0 (2026-03-02)

Full Changelog: v1.20.2...v1.21.0

Features

v1.20.2

28 Feb 15:50
109c8d7

Choose a tag to compare

1.20.2 (2026-02-27)

Full Changelog: v1.20.1...v1.20.2

Chores

  • docs: add missing descriptions (02bea2b)

v1.20.1

24 Feb 18:26
9807880

Choose a tag to compare

1.20.1 (2026-02-24)

Full Changelog: v1.20.0...v1.20.1

Chores

  • internal: make test_proxy_environment_variables more resilient to env (8a10ea7)

v1.20.0

23 Feb 20:34
7d8a871

Choose a tag to compare

1.20.0 (2026-02-23)

Full Changelog: v1.19.0...v1.20.0

Features

Bug Fixes

  • ensure streams are always closed (007d337)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (ab076a9)
  • use async_to_httpx_files in patch method (47196d1)

Chores

  • add missing docstrings (dad2da6)
  • ci: upgrade actions/github-script (751818a)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (227e51f)
  • docs: use environment variables for authentication in code snippets (89f2835)
  • format all api.md files (867dcfb)
  • internal: add --fix argument to lint script (be20a97)
  • internal: add missing files argument to base client (8737e4a)
  • internal: add request options to SSE classes (29a214d)
  • internal: bump dependencies (82c06e8)
  • internal: codegen related update (fb3e366)
  • internal: codegen related update (98724ee)
  • internal: fix lint error on Python 3.14 (82900b2)
  • internal: make test_proxy_environment_variables more resilient (07b652c)
  • internal: update actions/checkout version (ef96980)
  • speedup initial import (f5c9aa6)
  • update lockfile (48e85d7)
  • update mock server docs (97e6a8a)

v1.19.0

20 Nov 16:22
f7c8ed5

Choose a tag to compare

1.19.0 (2025-11-20)

Full Changelog: v1.18.1...v1.19.0

Features

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (8800c2d)