Skip to content

Commit f0384ff

Browse files
committed
version bump
1 parent c9c6549 commit f0384ff

5 files changed

Lines changed: 44 additions & 39 deletions

File tree

CHANGELOG.md

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

33
All notable changes to `uipath_llm_client` (core package) will be documented in this file.
44

5+
## [1.2.1] - 2026-02-18
6+
7+
### Fix
8+
- TImeout fixes, remove timeout=None from all clients -> caused overriding the default timeout set up on the UiPathHttpxClient
9+
510
## [1.2.0] - 2026-02-18
611

712
### Stable release

packages/uipath_langchain_client/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to `uipath_langchain_client` will be documented in this file
55
## [1.2.1] - 2026-02-18
66

77
### Fix
8-
- fix typing of request timeout from int to float
8+
- TImeout fixes, remove timeout=None from all clients -> caused overriding the default timeout set up on the UiPathHttpxClient
99

1010
## [1.2.0] - 2026-02-18
1111

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.0",
9+
"uipath-llm-client>=1.2.1",
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
__titile__ = "UiPath LLM Client"
22
__description__ = "A Python client for interacting with UiPath's LLM services."
3-
__version__ = "1.2.0"
3+
__version__ = "1.2.1"

uv.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)