Skip to content

Commit be5e0d3

Browse files
cosminachoclaude
andcommitted
Chore: bump dependency floors to latest installed versions
- Core: `uipath-platform>=0.1.35` (was 0.1.34). - Langchain: `langchain-openai>=1.2.0` (was 1.1.16), `langchain-aws>=1.4.5` (was 1.4.4). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4845623 commit be5e0d3

7 files changed

Lines changed: 46 additions & 35 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.9] - 2026-04-23
6+
7+
### Changed
8+
- Bumped dependency floors to the latest installed versions: `uipath-platform>=0.1.35`.
9+
510
## [1.9.8] - 2026-04-22
611

712
### Changed

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.9.9] - 2026-04-23
6+
7+
### Changed
8+
- Bumped dependency floors to the latest installed versions: `langchain-openai>=1.2.0`, `langchain-aws>=1.4.5`.
9+
- Minimum `uipath-llm-client` bumped to 1.9.9 to match the core dependency-floor release.
10+
511
## [1.9.8] - 2026-04-22
612

713
### Changed

packages/uipath_langchain_client/pyproject.toml

Lines changed: 3 additions & 3 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,<2.0.0",
9-
"uipath-llm-client>=1.9.8,<2.0.0",
9+
"uipath-llm-client>=1.9.9,<2.0.0",
1010
]
1111

1212
[project.optional-dependencies]
1313
openai = [
14-
"langchain-openai>=1.1.16,<2.0.0",
14+
"langchain-openai>=1.2.0,<2.0.0",
1515
]
1616
google = [
1717
"langchain-google-genai>=4.2.2,<5.0.0",
@@ -21,7 +21,7 @@ anthropic = [
2121
"anthropic[bedrock,vertex]>=0.96.0,<1.0.0",
2222
]
2323
bedrock = [
24-
"langchain-aws[anthropic]>=1.4.4,<2.0.0",
24+
"langchain-aws[anthropic]>=1.4.5,<2.0.0",
2525
]
2626
vertexai = [
2727
"langchain-google-vertexai>=3.2.2,<4.0.0",
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.9.8"
3+
__version__ = "1.9.9"

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.34,<1.0.0",
12+
"uipath-platform>=0.1.35,<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.9.8"
3+
__version__ = "1.9.9"

uv.lock

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

0 commit comments

Comments
 (0)