langgraph-runtime-inmem 0.6.11__py3-none-any.whl → 0.6.12__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.
- langgraph_runtime_inmem/__init__.py +1 -1
- langgraph_runtime_inmem/ops.py +3 -1
- {langgraph_runtime_inmem-0.6.11.dist-info → langgraph_runtime_inmem-0.6.12.dist-info}/METADATA +1 -1
- {langgraph_runtime_inmem-0.6.11.dist-info → langgraph_runtime_inmem-0.6.12.dist-info}/RECORD +5 -5
- {langgraph_runtime_inmem-0.6.11.dist-info → langgraph_runtime_inmem-0.6.12.dist-info}/WHEEL +0 -0
langgraph_runtime_inmem/ops.py
CHANGED
|
@@ -1875,7 +1875,9 @@ class Runs(Authenticated):
|
|
|
1875
1875
|
"metadata": merged_metadata,
|
|
1876
1876
|
},
|
|
1877
1877
|
),
|
|
1878
|
-
"context":
|
|
1878
|
+
"context": Runs._merge_jsonb(
|
|
1879
|
+
assistant.get("context", {}), kwargs.get("context", {})
|
|
1880
|
+
),
|
|
1879
1881
|
},
|
|
1880
1882
|
),
|
|
1881
1883
|
multitask_strategy=multitask_strategy,
|
{langgraph_runtime_inmem-0.6.11.dist-info → langgraph_runtime_inmem-0.6.12.dist-info}/RECORD
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
langgraph_runtime_inmem/__init__.py,sha256=
|
|
1
|
+
langgraph_runtime_inmem/__init__.py,sha256=Y4pMrNRANpl0WNkm4rJgbGxM0sdgeJNJ17xTUA5Do0w,311
|
|
2
2
|
langgraph_runtime_inmem/checkpoint.py,sha256=nc1G8DqVdIu-ibjKTqXfbPfMbAsKjPObKqegrSzo6Po,4432
|
|
3
3
|
langgraph_runtime_inmem/database.py,sha256=G_6L2khpRDSpS2Vs_SujzHayODcwG5V2IhFP7LLBXgw,6349
|
|
4
4
|
langgraph_runtime_inmem/inmem_stream.py,sha256=UWk1srLF44HZPPbRdArGGhsy0MY0UOJKSIxBSO7Hosc,5138
|
|
5
5
|
langgraph_runtime_inmem/lifespan.py,sha256=t0w2MX2dGxe8yNtSX97Z-d2pFpllSLS4s1rh2GJDw5M,3557
|
|
6
6
|
langgraph_runtime_inmem/metrics.py,sha256=HhO0RC2bMDTDyGBNvnd2ooLebLA8P1u5oq978Kp_nAA,392
|
|
7
|
-
langgraph_runtime_inmem/ops.py,sha256=
|
|
7
|
+
langgraph_runtime_inmem/ops.py,sha256=lhvPaQRUmEKumeWJUMOcSmYpZkLbOWvAJT-wYzu5NrM,91701
|
|
8
8
|
langgraph_runtime_inmem/queue.py,sha256=nqfgz7j_Jkh5Ek5-RsHB2Uvwbxguu9IUPkGXIxvFPns,10037
|
|
9
9
|
langgraph_runtime_inmem/retry.py,sha256=XmldOP4e_H5s264CagJRVnQMDFcEJR_dldVR1Hm5XvM,763
|
|
10
10
|
langgraph_runtime_inmem/store.py,sha256=rTfL1JJvd-j4xjTrL8qDcynaWF6gUJ9-GDVwH0NBD_I,3506
|
|
11
|
-
langgraph_runtime_inmem-0.6.
|
|
12
|
-
langgraph_runtime_inmem-0.6.
|
|
13
|
-
langgraph_runtime_inmem-0.6.
|
|
11
|
+
langgraph_runtime_inmem-0.6.12.dist-info/METADATA,sha256=kVDdIT1O23mKzQMYtfFwpy9F4IYZzLYt60T12AczxeQ,566
|
|
12
|
+
langgraph_runtime_inmem-0.6.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
13
|
+
langgraph_runtime_inmem-0.6.12.dist-info/RECORD,,
|
|
File without changes
|