Skip to content

Commit d8c9f45

Browse files
committed
version bump
1 parent 8a19cf1 commit d8c9f45

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

packages/uipath_langchain_client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

packages/uipath_langchain_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
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]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"

0 commit comments

Comments
 (0)