UiPath LangChain Client [langchain-v1.13.0]
·
1 commit
to main
since this release
[1.13.0] - 2026-05-27
Changed
UiPathBaseLLMClient.max_retriesfield default raised from0to3. Every LangChain chat and embedding client built on this base (UiPathChat,UiPathChatOpenAI,UiPathAzureChatOpenAI,UiPathChatAnthropic,UiPathChatAnthropicBedrock,UiPathChatBedrock,UiPathChatBedrockConverse,UiPathChatVertexAI,UiPathChatFireworks,UiPathChatLiteLLM, plus the matching embeddings classes) now retries failed requests 3 times by default. Passmax_retries=0explicitly to disable retries — the opt-out path is unchanged. Combined with the expanded default retry set inuipath-llm-client1.13.0, every LangChain client now retries on HTTP 408, 429, 502, 503, 504, and 529 out of the box.- Bumped
uipath-llm-clientfloor to>=1.13.0to pick up the expanded default retry set and the newUiPathRequestTimeoutError/UiPathBadGatewayErrortyped exceptions.