chore: attribute package change versions (#33854)

Needed to disambiguate for within inherited docs
This commit is contained in:
Mason Daugherty
2025-11-06 16:57:30 -05:00
committed by GitHub
parent 9a09ed0659
commit d40e340479
30 changed files with 228 additions and 169 deletions

View File

@@ -1929,7 +1929,7 @@ class ChatAnthropic(BaseChatModel):
parallel_tool_calls: Set to `False` to disable parallel tool use.
Defaults to `None` (no specification, which allows parallel tool use).
!!! version-added "Added in version 0.3.2"
!!! version-added "Added in `langchain-anthropic` 0.3.2"
kwargs: Any additional parameters are passed directly to `bind`.
Example:
@@ -2408,7 +2408,7 @@ class ChatAnthropic(BaseChatModel):
403
```
!!! warning "Behavior changed in 0.3.0"
!!! warning "Behavior changed in `langchain-anthropic` 0.3.0"
Uses Anthropic's [token counting API](https://docs.claude.com/en/docs/build-with-claude/token-counting) to count tokens in messages.
""" # noqa: D214,E501