File tree Expand file tree Collapse file tree
packages/uipath_langchain_client
src/uipath_langchain_client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to ` uipath_langchain_client ` will be documented in this file.
44
5+ ## [ 1.1.5] - 2026-02-12
6+
7+ ### Fixes
8+ - Fixed bedrock converse api
9+
510## [ 1.1.4] - 2026-02-12
611
712### Fixes
Original file line number Diff line number Diff line change 11__title__ = "UiPath LangChain Client"
22__description__ = "A Python client for interacting with UiPath's LLM services via LangChain."
3- __version__ = "1.1.4 "
3+ __version__ = "1.1.5 "
Original file line number Diff line number Diff line change @@ -57,7 +57,4 @@ def setup_uipath_client(self) -> Self:
5757
5858 @property
5959 def _as_converse (self ) -> UiPathChatBedrockConverse :
60- return UiPathChatBedrockConverse (
61- model = self .model_name ,
62- settings = self .client_settings ,
63- )
60+ raise NotImplementedError ("You must instantiate the converse client directly" )
You can’t perform that action at this time.
0 commit comments