Skip to content

Commit b3a8632

Browse files
cosminachoclaude
andcommitted
Chore: bump dependency floors to latest installed versions
- Core: `uipath-platform>=0.1.34` (was 0.1.32). - Langchain: `langchain-openai>=1.1.16` (was 1.1.15), `uipath-llm-client>=1.9.6`. - Dev: `openinference-instrumentation-langchain>=0.1.63` (was 0.1.62). Bumping core's transitive floor counts as a core change, so core `__version__` and CHANGELOG also tick to 1.9.6 to match the langchain release that's already in this PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4340697 commit b3a8632

6 files changed

Lines changed: 51 additions & 42 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.9.6] - 2026-04-22
6+
7+
### Changed
8+
- Bumped `uipath-platform>=0.1.34` to match the latest installed version.
9+
510
## [1.9.5] - 2026-04-21
611

712
### Added

packages/uipath_langchain_client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ All notable changes to `uipath_langchain_client` will be documented in this file
77
### Added
88
- `UiPathChat` (normalized) now implements `_identifying_params`, `_get_invocation_params`, `_get_ls_params`, and `_combine_llm_outputs` to match the BaseChatModel / ChatOpenAI conventions for tracing, caching, and LangSmith integration. `_identifying_params` surfaces `model_name`, `_default_params`, `byo_connection_id`, and the `UiPathAPIConfig` routing fields; `_get_ls_params` sets `ls_provider="uipath"`.
99

10+
### Changed
11+
- Bumped dependency floors to the latest installed versions: `langchain-openai>=1.1.16`.
12+
- Minimum `uipath-llm-client` bumped to 1.9.6 to match the core dependency-floor release.
13+
1014
## [1.9.5] - 2026-04-21
1115

1216
### Changed

packages/uipath_langchain_client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"langchain>=1.2.15",
9-
"uipath-llm-client>=1.9.5",
9+
"uipath-llm-client>=1.9.6",
1010
]
1111

1212
[project.optional-dependencies]
1313
openai = [
14-
"langchain-openai>=1.1.15",
14+
"langchain-openai>=1.1.16",
1515
]
1616
google = [
1717
"langchain-google-genai>=4.2.2",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"tenacity>=9.1.4",
1010
"pydantic>=2.12.5",
1111
"pydantic-settings>=2.14.0",
12-
"uipath-platform>=0.1.32",
12+
"uipath-platform>=0.1.34",
1313
]
1414

1515
authors = [
@@ -44,7 +44,7 @@ dev = [
4444
"ruff>=0.15.11",
4545
"uipath-llm-client[all]",
4646
"uipath_langchain_client[all]",
47-
"openinference-instrumentation-langchain>=0.1.62",
47+
"openinference-instrumentation-langchain>=0.1.63",
4848
]
4949

5050
[tool.uv.workspace]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "UiPath LLM Client"
22
__description__ = "A Python client for interacting with UiPath's LLM services."
3-
__version__ = "1.9.5"
3+
__version__ = "1.9.6"

uv.lock

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

0 commit comments

Comments
 (0)