langchain_anthropic 0.4.0
langchain_anthropic: ^0.4.0 copied to clipboard
Anthropic module for LangChain.dart (Claude 4.5 Sonnet, Opus, Haiku, Instant, etc.).
0.4.0 #
Breaking: Updated to the block-native
langchain_core 0.5.0.
- Preserve Anthropic thinking, signatures, text, tool use, redacted thinking, and future content blocks in their original order through mapping, serialization, streaming, and request replay (#962).
- Apply signature deltas to the correct reasoning block and keep parallel same-name streamed tool calls distinct.
0.3.1 #
- FIX(langchain_anthropic): Handle CitationsBlockDelta in streaming responses (#881). (445ddda1)
- FIX(langchain_anthropic): Handle SignatureBlockDelta in streaming responses (#879). (a9fe5285)
- FIX(langchain_anthropic): Update mappers for anthropic_sdk_dart schema changes (#877). (c77d454d)
- FEAT(langchain_anthropic): Add listModels() support (#882). (c1ba2592)
0.3.0 #
0.2.1+3 #
- Update a dependency to the latest release.
0.2.1+2 #
- Update a dependency to the latest release.
0.2.1 #
0.1.1+2 #
- Update a dependency to the latest release.
0.1.1+1 #
- Update a dependency to the latest release.
0.1.1 #
0.0.1-dev.1 #
- Bootstrap project.