Releases: moderation-api/sdk-python
Releases · moderation-api/sdk-python
v1.16.0
1.16.0 (2026-04-28)
Full Changelog: v1.15.0...v1.16.0
Features
- support setting headers via env (d420ac7)
Bug Fixes
- use correct field name format for multipart file arrays (24c5513)
v1.15.0
1.15.0 (2026-04-24)
Full Changelog: v1.14.2...v1.15.0
Features
- api: api update (427f2f7)
Performance Improvements
- client: optimize file structure copying in multipart requests (2faff3e)
Chores
- internal: more robust bootstrap script (b13f27f)
v1.14.2
1.14.2 (2026-04-11)
Full Changelog: v1.14.1...v1.14.2
Bug Fixes
- ensure file data are only sent as 1 parameter (26a0985)
v1.14.1
1.14.1 (2026-04-08)
Full Changelog: v1.14.0...v1.14.1
Bug Fixes
- client: preserve hardcoded query params when merging with user params (b7b9011)
v1.14.0
v1.13.0
1.13.0 (2026-03-27)
Full Changelog: v1.12.3...v1.13.0
Features
- internal: implement indices array format for query and form serialization (69c6284)
Chores
v1.12.3
1.12.3 (2026-03-20)
Full Changelog: v1.12.2...v1.12.3
Bug Fixes
- sanitize endpoint path params (82ab871)
Chores
- internal: tweak CI branches (405d710)
v1.12.2
1.12.2 (2026-03-17)
Full Changelog: v1.12.1...v1.12.2
Bug Fixes
- deps: bump minimum typing-extensions version (e38b349)
v1.12.1
1.12.1 (2026-03-17)
Full Changelog: v1.12.0...v1.12.1
Bug Fixes
- pydantic: do not pass
by_aliasunless set (1cadcd9)
v1.12.0
1.12.0 (2026-03-16)
Full Changelog: v1.11.0...v1.12.0
Features
- api: api update (6907711)
Chores
- ci: skip uploading artifacts on stainless-internal branches (e610021)
Refactors
- types: use
extra_itemsfrom PEP 728 (430bfe0)