v0.4.0-alpha.14
Pre-release
Pre-release
0.4.0-alpha.14 (2025-12-22)
Full Changelog: v0.4.0-alpha.13...v0.4.0-alpha.14
Features
- Add metadata field to request and response (a83a98e)
- add support for tool_choice to repsponses api (32c453f)
- api: add readonly connectors API (05f867b)
- api: deprecate
toolgroupandtool_runtimeapis (d5cef5a) - convert Benchmarks API to use FastAPI router (c784ae1)
- convert Datasets API to use FastAPI router (2f53a3f)
- Implement FastAPI router system (2ca4485)
- Implement include parameter specifically for adding logprobs in the output message (05a0330)
- introduce /admin API for stack administration and operations (3279ec9)
- migrate Inspect API to FastAPI router (7774bec)
- migrate Providers API to FastAPI router pattern (f8c84cd)
Bug Fixes
- client: fix issue with duplicate definitions in Go (dd94553)
- ensure streams are always closed (9dc1025)
- types: allow pyright to infer TypedDict types within SequenceNotStr (93be516)
- use async_to_httpx_files in patch method (77df10d)
Chores
- add missing docstrings (18c54f3)
- bump required
uvversion (2a1523b) - deps: mypy 1.18.1 has a regression, pin to 1.17 (a900167)
- internal: add
--fixargument to lint script (89e14ad) - internal: add missing files argument to base client (9cae3df)
- internal: avoid using unstable Python versions in tests (36336dd)
- internal: version bump (597c7c6)
- update lockfile (de67c1e)
- update uv.lock (95cb22a)
Documentation
- add more examples (d24dff6)