langchain-aws==0.2.34
What's Changed
- Support multiple system messages for Anthropic by @michaelnchin in #572
- fix: Set bedrock_client region name to runtime client value when needed by @michaelnchin in #592
- chore: add
SECURITY.mdby @mdrxy in #636 - chore: add
CONTRIBUTING.mdby @mdrxy in #637 - fix(aws): (bedrock) support thinking blocks in streaming, multi-turn contexts by @ccurme in #638
- Add chat model integration tests for multiple system messages by @michaelnchin in #634
- fix: Optimize base model identification for application inference profiles by @michaelnchin in #615
- fix: Final assistant content cannot end with trailing whitespace by @michaelnchin in #599
- fix(bedrock): disallow forced tool_choice when thinking is enabled on Claude 3.7 by @jitokim in #640
- Allow all claude models with thinking enabled to accept tool_choice = "auto" + update associated code and tests by @awg66 in #646
- Format / lint the repo by @awg66 in #648
- fix: use contains assertion for LLM response in integration test by @Copilot in #656
- feat(checkpointer): add session parameter support by @00LAVA00 in #654
- feat(checkpointer): add client parameter to BedrockSessionSaver by @00LAVA00 in #658
- Update README for LangGraph Checkpoint AWS by @00LAVA00 in #659
- feat: Support CountTokens API in ChatBedrock by @michaelnchin in #661
- Support CountTokens in ChatBedrockConverse by @00LAVA00 in #660
- release(aws): 0.2.34 by @ccurme in #665
New Contributors
- @jitokim made their first contribution in #640
- @awg66 made their first contribution in #646
- @Copilot made their first contribution in #656
Full Changelog: langchain-aws==0.2.33...langchain-aws==0.2.34