uipath-langchain 0.0.98__py3-none-any.whl → 0.0.99__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.
- uipath_langchain/tracers/AsyncUiPathTracer.py +1 -1
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.99.dist-info}/METADATA +1 -1
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.99.dist-info}/RECORD +6 -6
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.99.dist-info}/WHEEL +0 -0
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.99.dist-info}/entry_points.txt +0 -0
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.99.dist-info}/licenses/LICENSE +0 -0
|
@@ -284,7 +284,7 @@ class AsyncUiPathTracer(AsyncBaseTracer):
|
|
|
284
284
|
warnings.simplefilter("ignore", category=PydanticDeprecationWarning)
|
|
285
285
|
|
|
286
286
|
return {
|
|
287
|
-
**run.dict(exclude={"child_runs", "inputs", "outputs"}),
|
|
287
|
+
**run.dict(exclude={"child_runs", "inputs", "outputs", "serialized"}),
|
|
288
288
|
"inputs": run.inputs.copy() if run.inputs is not None else None,
|
|
289
289
|
"outputs": run.outputs.copy() if run.outputs is not None else None,
|
|
290
290
|
}
|
|
@@ -25,7 +25,7 @@ uipath_langchain/embeddings/__init__.py,sha256=QICtYB58ZyqFfDQrEaO8lTEgAU5NuEKlR
|
|
|
25
25
|
uipath_langchain/embeddings/embeddings.py,sha256=gntzTfwO1pHbgnXiPdfETJaaurvQWqxVUCH75VMah54,4274
|
|
26
26
|
uipath_langchain/retrievers/__init__.py,sha256=rOn7PyyHgZ4pMnXWPkGqmuBmx8eGuo-Oyndo7Wm9IUU,108
|
|
27
27
|
uipath_langchain/retrievers/context_grounding_retriever.py,sha256=CeVSMEz5xTQIladkzDLeQXGC1_ycW72gb0RB41JZeYA,2000
|
|
28
|
-
uipath_langchain/tracers/AsyncUiPathTracer.py,sha256=
|
|
28
|
+
uipath_langchain/tracers/AsyncUiPathTracer.py,sha256=gheNa679YnM9HrP0VFr-oYfWmpS5-dKOIG8ItzU4AEQ,10477
|
|
29
29
|
uipath_langchain/tracers/UiPathTracer.py,sha256=V5g1nlB0TI1wYvUIkfCEcAdhy4thqeMBmjflWtxc-_M,5601
|
|
30
30
|
uipath_langchain/tracers/__init__.py,sha256=MwrQh6iuPXMS72S5EX0JdCAX0TKe-l7fIPGV3EG0Ssk,256
|
|
31
31
|
uipath_langchain/tracers/_events.py,sha256=CJri76SSdu7rGJIkXurJ2C5sQahfSK4E5UWwWYdEAtE,922
|
|
@@ -36,8 +36,8 @@ uipath_langchain/utils/_request_mixin.py,sha256=WFyTDyAthSci1DRwUwS21I3hLntD7HdV
|
|
|
36
36
|
uipath_langchain/utils/_settings.py,sha256=MhwEVj4gVRSar0RBf2w2hTjO-5Qm-HpCuufqN3gSWjA,3390
|
|
37
37
|
uipath_langchain/utils/_sleep_policy.py,sha256=e9pHdjmcCj4CVoFM1jMyZFelH11YatsgWfpyrfXzKBQ,1251
|
|
38
38
|
uipath_langchain/vectorstores/context_grounding_vectorstore.py,sha256=eTa5sX43-ydB1pj9VNHUPbB-hC36fZK_CGrNe5U2Nrw,9393
|
|
39
|
-
uipath_langchain-0.0.
|
|
40
|
-
uipath_langchain-0.0.
|
|
41
|
-
uipath_langchain-0.0.
|
|
42
|
-
uipath_langchain-0.0.
|
|
43
|
-
uipath_langchain-0.0.
|
|
39
|
+
uipath_langchain-0.0.99.dist-info/METADATA,sha256=mamkEiJxHULdqwBAs-oZJ5m5mKY24lONJQeiCxXI2cs,3819
|
|
40
|
+
uipath_langchain-0.0.99.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
41
|
+
uipath_langchain-0.0.99.dist-info/entry_points.txt,sha256=FUtzqGOEntlJKMJIXhQUfT7ZTbQmGhke1iCmDWZaQZI,81
|
|
42
|
+
uipath_langchain-0.0.99.dist-info/licenses/LICENSE,sha256=JDpt-uotAkHFmxpwxi6gwx6HQ25e-lG4U_Gzcvgp7JY,1063
|
|
43
|
+
uipath_langchain-0.0.99.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|