Skip to content

Commit c1ec69a

Browse files
committed
fix: update uipath
1 parent 9f64201 commit c1ec69a

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "UiPath Langchain"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath>=2.2.6, <2.3.0",
8+
"uipath>=2.2.7, <2.3.0",
99
"langgraph>=1.0.0, <2.0.0",
1010
"langchain-core>=1.0.0, <2.0.0",
1111
"langgraph-checkpoint-sqlite>=3.0.0, <4.0.0",

tests/hitl/test_hitl_job_trigger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ async def test_agent_job_trigger(
125125
json={
126126
"key": f"{job_key}",
127127
"id": 123,
128+
"state": "Successful",
128129
"output_arguments": json.dumps(output_args_dict),
129130
},
130131
)
@@ -194,6 +195,7 @@ async def test_agent_job_trigger(
194195
json={
195196
"key": f"{job_key}",
196197
"id": 123,
198+
"state": "Successful",
197199
"output_arguments": json.dumps(output_args_dict),
198200
},
199201
)

uv.lock

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

0 commit comments

Comments
 (0)