uipath-langchain 0.0.78__py3-none-any.whl → 0.0.80__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,6 +263,9 @@ class LangGraphOutputProcessor:
263
263
  app_version=self.interrupt_value.app_version
264
264
  if self.interrupt_value.app_version
265
265
  else 1,
266
+ assignee=self.interrupt_value.assignee
267
+ if self.interrupt_value.assignee
268
+ else "",
266
269
  data=self.interrupt_value.data,
267
270
  )
268
271
  if action:
@@ -275,7 +278,7 @@ class LangGraphOutputProcessor:
275
278
  triggerType=UiPathResumeTriggerType.ACTION,
276
279
  itemKey=self.interrupt_value.action.key,
277
280
  )
278
- else:
281
+ elif not isinstance(self.interrupt_value, str):
279
282
  raise Exception(
280
283
  f"Unknown interrupt value type {type(self.interrupt_value)}"
281
284
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath-langchain
3
- Version: 0.0.78
3
+ Version: 0.0.80
4
4
  Summary: UiPath Langchain
5
5
  Project-URL: Homepage, https://uipath.com
6
6
  Project-URL: Repository, https://github.com/UiPath/uipath-python
@@ -25,5 +25,5 @@ Requires-Dist: pydantic-settings>=2.6.0
25
25
  Requires-Dist: python-dotenv>=1.0.1
26
26
  Requires-Dist: requests>=2.23.3
27
27
  Requires-Dist: types-requests>=2.32.0.20241016
28
- Requires-Dist: uipath-sdk>=0.0.106
28
+ Requires-Dist: uipath-sdk>=0.0.109
29
29
  Provides-Extra: langchain
@@ -7,7 +7,7 @@ uipath_langchain/_cli/_runtime/_context.py,sha256=tp95ilAu2PwtjfzUNcM0nxvNdtzoWd
7
7
  uipath_langchain/_cli/_runtime/_escalation.py,sha256=Ii8FTRODQFuzZNRFU8F52QxDNWKuiw5xkNQaCEN2Clk,8070
8
8
  uipath_langchain/_cli/_runtime/_exception.py,sha256=0KKJh7wR54HapGW4BNQvEsGUWumvTuF_t0k3huVmn-g,550
9
9
  uipath_langchain/_cli/_runtime/_input.py,sha256=pZ_5F34UmadJ5vlvJ7ZfNxqif8AlkooVwRMh8GyY8FY,5391
10
- uipath_langchain/_cli/_runtime/_output.py,sha256=ZessNR_Tx0wEtAFDmRI0L0mlZHd5sbpAhu-57h9YSrs,13392
10
+ uipath_langchain/_cli/_runtime/_output.py,sha256=T_rxyLoIlRSrzyKg3h2fEjzQe-ODXEjcxq-CrjpnxrM,13623
11
11
  uipath_langchain/_cli/_runtime/_runtime.py,sha256=PoPNVGaBfx6I--Cu1VXNYzozIaIfxv4iBSCKtKNnU0A,11015
12
12
  uipath_langchain/_cli/_utils/_graph.py,sha256=WLBSJfPc3_C07SqJhePRe17JIc5wcBvEqLviMcNOdTA,6950
13
13
  uipath_langchain/_utils/__init__.py,sha256=-w-4TD9ZnJDCpj4VIPXhJciukrmDJJbmnOFnhAkAaEU,81
@@ -29,7 +29,7 @@ uipath_langchain/tracers/AsyncUiPathTracer.py,sha256=S1BRgLBdjsqADNhG-Tq6AEs9ttd
29
29
  uipath_langchain/tracers/UiPathTracer.py,sha256=BpkbDbJEYYy61Qf3_O4qk51t6cxbjBXdDeVSCXUq_dU,5600
30
30
  uipath_langchain/tracers/__init__.py,sha256=wH-enSqPsMo70cTExRhavWooDFZ1Yfa36CKQdYUspXs,137
31
31
  uipath_langchain/tracers/_utils.py,sha256=W37jXVmB1K4sgqr5nwWlku243VTijq2rUPYhm7ZqLHs,665
32
- uipath_langchain-0.0.78.dist-info/METADATA,sha256=XKpJ4N5_RZTYaYwyqpTGTURRP8CUmUl1bsEzuawEQTs,1182
33
- uipath_langchain-0.0.78.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
- uipath_langchain-0.0.78.dist-info/entry_points.txt,sha256=vB4ttaYft0qEsoCQ8qAoQGLmOYysY42x8p_rM-c_jF4,85
35
- uipath_langchain-0.0.78.dist-info/RECORD,,
32
+ uipath_langchain-0.0.80.dist-info/METADATA,sha256=pHTrxgioAxorIsKsggyM9vsQnknHHwDlCLQwE2U2S_E,1182
33
+ uipath_langchain-0.0.80.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
+ uipath_langchain-0.0.80.dist-info/entry_points.txt,sha256=vB4ttaYft0qEsoCQ8qAoQGLmOYysY42x8p_rM-c_jF4,85
35
+ uipath_langchain-0.0.80.dist-info/RECORD,,