uipath-langchain 0.0.107__py3-none-any.whl → 0.0.108__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.

Potentially problematic release.


This version of uipath-langchain might be problematic. Click here for more details.

@@ -138,7 +138,7 @@ class AsyncUiPathTracer(AsyncBaseTracer):
138
138
  f"Error when sending trace: {response}. Body is: {response.text}"
139
139
  )
140
140
  except Exception as e:
141
- logger.warning(f"Exception when sending trace: {e}.")
141
+ logger.warning(f"Exception when sending trace: {e}", exc_info=e)
142
142
 
143
143
  # wait for a bit to ensure all logs are sent
144
144
  await asyncio.sleep(1)
@@ -159,7 +159,7 @@ class AsyncUiPathTracer(AsyncBaseTracer):
159
159
  timeout=10,
160
160
  )
161
161
  except Exception as e:
162
- logger.warning(f"Exception when sending trace: {e}.")
162
+ logger.warning(f"Exception when sending trace: {e}", exc_info=e)
163
163
 
164
164
  async def _persist_run(self, run: Run) -> None:
165
165
  # Determine if this is a start or end trace based on whether end_time is set
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath-langchain
3
- Version: 0.0.107
3
+ Version: 0.0.108
4
4
  Summary: UiPath Langchain
5
5
  Project-URL: Homepage, https://uipath.com
6
6
  Project-URL: Repository, https://github.com/UiPath/uipath-langchain-python
@@ -23,7 +23,7 @@ uipath_langchain/embeddings/__init__.py,sha256=QICtYB58ZyqFfDQrEaO8lTEgAU5NuEKlR
23
23
  uipath_langchain/embeddings/embeddings.py,sha256=gntzTfwO1pHbgnXiPdfETJaaurvQWqxVUCH75VMah54,4274
24
24
  uipath_langchain/retrievers/__init__.py,sha256=rOn7PyyHgZ4pMnXWPkGqmuBmx8eGuo-Oyndo7Wm9IUU,108
25
25
  uipath_langchain/retrievers/context_grounding_retriever.py,sha256=YLCIwy89LhLnNqcM0YJ5mZoeNyCs5UiKD3Wly8gnW1E,2239
26
- uipath_langchain/tracers/AsyncUiPathTracer.py,sha256=VLqoegxa8J3VwMCkGicO626nSzyCQv-Zj14lZrWXA2Y,8900
26
+ uipath_langchain/tracers/AsyncUiPathTracer.py,sha256=Q-9ZkajC9HEb5lYasIrxFIFJJpNeH1iIlN3jan44GVg,8922
27
27
  uipath_langchain/tracers/UiPathTracer.py,sha256=V5g1nlB0TI1wYvUIkfCEcAdhy4thqeMBmjflWtxc-_M,5601
28
28
  uipath_langchain/tracers/__init__.py,sha256=MwrQh6iuPXMS72S5EX0JdCAX0TKe-l7fIPGV3EG0Ssk,256
29
29
  uipath_langchain/tracers/_events.py,sha256=CJri76SSdu7rGJIkXurJ2C5sQahfSK4E5UWwWYdEAtE,922
@@ -31,8 +31,8 @@ uipath_langchain/tracers/_instrument_traceable.py,sha256=0e841zVzcPWjOGtmBx0GeHb
31
31
  uipath_langchain/tracers/_utils.py,sha256=JOT1tKMdvqjMDtj2WbmbOWMeMlTXBWavxWpogX7KlRA,1543
32
32
  uipath_langchain/vectorstores/__init__.py,sha256=w8qs1P548ud1aIcVA_QhBgf_jZDrRMK5Lono78yA8cs,114
33
33
  uipath_langchain/vectorstores/context_grounding_vectorstore.py,sha256=eTa5sX43-ydB1pj9VNHUPbB-hC36fZK_CGrNe5U2Nrw,9393
34
- uipath_langchain-0.0.107.dist-info/METADATA,sha256=qlngAR2W0uO6XsnBKP7cwCC9nQetiEihBoeKOXwGhcE,4166
35
- uipath_langchain-0.0.107.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
- uipath_langchain-0.0.107.dist-info/entry_points.txt,sha256=FUtzqGOEntlJKMJIXhQUfT7ZTbQmGhke1iCmDWZaQZI,81
37
- uipath_langchain-0.0.107.dist-info/licenses/LICENSE,sha256=JDpt-uotAkHFmxpwxi6gwx6HQ25e-lG4U_Gzcvgp7JY,1063
38
- uipath_langchain-0.0.107.dist-info/RECORD,,
34
+ uipath_langchain-0.0.108.dist-info/METADATA,sha256=uaFfqlHxo67N-cJSKg2aJP6c28u_UTgXdH-eXNEHgsg,4166
35
+ uipath_langchain-0.0.108.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
36
+ uipath_langchain-0.0.108.dist-info/entry_points.txt,sha256=FUtzqGOEntlJKMJIXhQUfT7ZTbQmGhke1iCmDWZaQZI,81
37
+ uipath_langchain-0.0.108.dist-info/licenses/LICENSE,sha256=JDpt-uotAkHFmxpwxi6gwx6HQ25e-lG4U_Gzcvgp7JY,1063
38
+ uipath_langchain-0.0.108.dist-info/RECORD,,