We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b8cf4d + 7e91737 commit 9a141f7Copy full SHA for 9a141f7
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-langchain"
3
-version = "0.0.85"
+version = "0.0.86"
4
description = "UiPath Langchain"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
src/uipath_langchain/_cli/_runtime/_output.py
@@ -243,7 +243,7 @@ async def _save_resume_trigger(self) -> None:
243
if job:
244
self._resume_trigger = UiPathResumeTrigger(
245
trigger_type=UiPathResumeTriggerType.JOB,
246
- item_key=job.Key,
+ item_key=job.key,
247
)
248
elif isinstance(self.interrupt_value, WaitJob):
249
0 commit comments