Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelogs/0.8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--
When cutting a release, copy the relevant items from [Unreleased] into a new
version section above it, e.g.:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers = [
]
dependencies = [
"anthropic>=0.112.0",
"httpx>=0.25.0",
]

[project.urls]
Expand Down
6 changes: 5 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.