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_llm_client ` (core package) will be documented in this file.
44
5+ ## [ 1.2.4] - 2026-02-26
6+
7+ ### Refactor
8+ - Restructured project such that uipath_llm_client can be included in uipath as submodule.
9+ - imports are now from uipath.llm_client instead of uipath_llm_client
10+
511## [ 1.2.3] - 2026-02-25
612
713### Feature
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.2.6] - 2026-02-26
6+
7+ ### Refactor
8+ - Restructured project such that uipath_llm_client can be included in uipath as submodule.
9+ - imports are now from uipath.llm_client instead of uipath_llm_client
10+
511## [ 1.2.5] - 2026-02-26
612
713### Fix
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ readme = "README.md"
66requires-python = " >=3.11"
77dependencies = [
88 " langchain>=1.2.7" ,
9- " uipath-llm-client>=1.2.3 " ,
9+ " uipath-llm-client>=1.2.4 " ,
1010]
1111
1212[project .optional-dependencies ]
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.2.5 "
3+ __version__ = "1.2.6 "
Original file line number Diff line number Diff line change 11__titile__ = "UiPath LLM Client"
22__description__ = "A Python client for interacting with UiPath's LLM services."
3- __version__ = "1.2.3 "
3+ __version__ = "1.2.4 "
You can’t perform that action at this time.
0 commit comments