Skip to content

Commit 2d8651a

Browse files
chore(deps): bump sample min versions to require uipath-langchain>=0.14.5 [AL-470]
0.14.5 is the first release that ships UiPathLLMAsJudgeMiddleware. Bump uipath lower bound to >=2.13.7 to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bae47aa commit 2d8651a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

samples/joke-agent-decorator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Joke generating agent that creates family-friendly jokes based on
55
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath-langchain>=0.14.3, <0.15.0",
9-
"uipath>=2.13.6, <2.14.0",
8+
"uipath-langchain>=0.14.5, <0.15.0",
9+
"uipath>=2.13.7, <2.14.0",
1010
]
1111

1212
[dependency-groups]

samples/joke-agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Joke generating agent that creates family-friendly jokes based on
55
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath-langchain>=0.14.3, <0.15.0",
9-
"uipath>=2.13.6, <2.14.0",
8+
"uipath-langchain>=0.14.5, <0.15.0",
9+
"uipath>=2.13.7, <2.14.0",
1010
]
1111

1212
[dependency-groups]

0 commit comments

Comments
 (0)