Skip to content

Commit f1ed198

Browse files
committed
fix: update chat samples
1 parent acde588 commit f1ed198

8 files changed

Lines changed: 95 additions & 77 deletions

File tree

samples/chat-agent/langgraph.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"dependencies": ["."],
32
"graphs": {
43
"agent": "./graph.py:graph"
5-
},
6-
"env": ".env"
4+
}
75
}

samples/chat-agent/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ dependencies = [
99
"langchain-anthropic>=1.2.0",
1010
"tavily-python>=0.7.13",
1111
"langchain-tavily>=0.2.13",
12-
"uipath-langchain>=0.2.0, <0.3.0",
13-
"uipath>=2.3.0, <2.4.0",
12+
"uipath-langchain>=0.4.0, <0.5.0",
13+
"uipath>=2.5.0, <2.6.0",
1414
]
1515

1616
[dependency-groups]
1717
dev = [
18-
"uipath-dev>=0.0.14",
18+
"uipath-dev>=0.0.16",
1919
]
2020

samples/chat-agent/uv.lock

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

samples/chat-hitl-agent/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ dependencies = [
99
"langchain-anthropic>=1.2.0",
1010
"tavily-python>=0.7.13",
1111
"langchain-tavily>=0.2.13",
12-
"uipath-langchain>=0.2.0, <0.3.0",
13-
"uipath>=2.3.0, <2.4.0",
12+
"uipath-langchain>=0.4.0, <0.5.0",
13+
"uipath>=2.5.0, <2.6.0",
1414
]
1515

1616
[dependency-groups]
1717
dev = [
18-
"uipath-dev>=0.0.14",
18+
"uipath-dev>=0.0.16",
1919
]

0 commit comments

Comments
 (0)