UiPath LangChain Client [langchain-v1.11.3]
·
5 commits
to main
since this release
[1.11.3] - 2026-05-21
Fixed
UiPathBaseLLMClient.setup_model_infonow callsstrip_disabled_fieldsafter mergingdisabled_params, so constructor-set sampling fields (e.g.UiPathChatAnthropicBedrock(model="anthropic.claude-opus-4-7", temperature=0.7)) are nulled on the instance oncedisabled_paramsis resolved. Plugs the init-time leak called out as a known follow-up in 1.10.0 — langchain-anthropic and langchain-aws's Bedrock Converse client readself.temperature/self.top_p/etc. when serializing the request body, so the existing kwargs-level strip alone wasn't enough. A warning is logged per stripped field with the original value so the caller can see what was dropped.
Changed
- Bumped
uipath-llm-clientfloor to>=1.11.3to match the core release exposingstrip_disabled_fields.