Skip to content

Commit 044df6f

Browse files
committed
version upgrade
1 parent 9285f23 commit 044df6f

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.3.0] - 2026-03-10
6+
7+
### Version Bump
8+
- Stable release
9+
- Fixes
10+
511
## [1.2.4] - 2026-02-26
612

713
### Refactor

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.3.0] - 2026-03-10
6+
7+
### Version Bump
8+
- Stable release
9+
- Fixes
10+
511
## [1.2.7] - 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.10",
9-
"uipath-llm-client>=1.2.4",
9+
"uipath-llm-client>=1.3.0",
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.7"
3+
__version__ = "1.3.0"
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.4"
3+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)