diff --git a/docs/changelogs/0.8.x.md b/docs/changelogs/0.8.x.md index b11c1b5..42de3ec 100644 --- a/docs/changelogs/0.8.x.md +++ b/docs/changelogs/0.8.x.md @@ -22,6 +22,10 @@ All notable changes in the **0.8.x** release series are documented here. and `--version`, keep the run itself on stdout, return benchmark-safe exit codes, and preserve API and transport error text on stderr. +### Fixed +- Declare `httpx` as a direct runtime dependency so clean and containerized + installations do not rely on `anthropic` to install it transitively. +