Skip to content

UiPath LangChain Client [langchain-v1.12.0]

Choose a tag to compare

@github-actions github-actions released this 21 May 16:15
· 4 commits to main since this release
3aa36ea

[1.12.0] - 2026-05-21

Changed

  • get_chat_model routes the AWSBEDROCK branch purely by api_flavor: ApiFlavor.INVOKE selects UiPathChatBedrock, while None or ApiFlavor.CONVERSE select UiPathChatBedrockConverse. Model family no longer influences the choice.

Removed

  • The AWSBEDROCK branch no longer auto-selects UiPathChatAnthropicBedrock for ANTHROPIC_CLAUDE models. Callers who want that class can pass it via the custom_class kwarg.