Skip to content

Commit c1facdd

Browse files
chore: bump uipath-platform to >=0.1.91 (#105)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 81d5dfc commit c1facdd

7 files changed

Lines changed: 21 additions & 11 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.15.1] - 2026-07-03
6+
7+
### Changed
8+
- Bumped `uipath-platform` to `>=0.1.91` — 0.1.89/0.1.90 crashed with a circular-import `ImportError` when importing `IdentityService` (fixed upstream in UiPath/uipath-python#1787).
9+
510
## [1.15.0] - 2026-06-25
611

712
### Added

packages/uipath_langchain_client/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_langchain_client` will be documented in this file.
44

5+
## [1.15.2] - 2026-07-03
6+
7+
### Changed
8+
- Bumped `uipath-llm-client` to `>=1.15.1`, which requires `uipath-platform>=0.1.91` (fixes a circular-import crash in 0.1.89/0.1.90).
9+
510
## [1.15.1] - 2026-06-30
611

712
### Fixed

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.15,<2.0.0",
9-
"uipath-llm-client>=1.15.0,<2.0.0",
9+
"uipath-llm-client>=1.15.1,<2.0.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.15.1"
3+
__version__ = "1.15.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"tenacity>=9.1.4,<10.0.0",
1010
"pydantic>=2.12.5,<3.0.0",
1111
"pydantic-settings>=2.14.0,<3.0.0",
12-
"uipath-platform>=0.1.35,<1.0.0",
12+
"uipath-platform>=0.1.91,<1.0.0",
1313
]
1414

1515
authors = [
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.15.0"
3+
__version__ = "1.15.1"

uv.lock

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

0 commit comments

Comments
 (0)