vellum-workflow-server 0.14.71__py3-none-any.whl → 0.14.71.post2__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 vellum-workflow-server might be problematic. Click here for more details.
- {vellum_workflow_server-0.14.71.dist-info → vellum_workflow_server-0.14.71.post2.dist-info}/METADATA +1 -1
- {vellum_workflow_server-0.14.71.dist-info → vellum_workflow_server-0.14.71.post2.dist-info}/RECORD +5 -5
- workflow_server/api/workflow_view.py +3 -3
- {vellum_workflow_server-0.14.71.dist-info → vellum_workflow_server-0.14.71.post2.dist-info}/WHEEL +0 -0
- {vellum_workflow_server-0.14.71.dist-info → vellum_workflow_server-0.14.71.post2.dist-info}/entry_points.txt +0 -0
{vellum_workflow_server-0.14.71.dist-info → vellum_workflow_server-0.14.71.post2.dist-info}/RECORD
RENAMED
|
@@ -6,7 +6,7 @@ workflow_server/api/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
6
6
|
workflow_server/api/tests/test_input_display_mapping.py,sha256=drBZqMudFyB5wgiUOcMgRXz7E7ge-Qgxbstw4E4f0zE,2211
|
|
7
7
|
workflow_server/api/tests/test_workflow_view.py,sha256=wlVFBmKcoI-RdzfGPioeW46k6zaXyUeIerPc6m4aQls,7150
|
|
8
8
|
workflow_server/api/tests/test_workflow_view_stream_workflow_route.py,sha256=2gro4GD3FBuaA8T2-0oQxOOXh6zTf6hwxKb9CGU3x8g,24813
|
|
9
|
-
workflow_server/api/workflow_view.py,sha256=
|
|
9
|
+
workflow_server/api/workflow_view.py,sha256=r6XCOlEsEe5bJ_qRcCPKPdsaU99jji-wUt1L7-H9pxY,16202
|
|
10
10
|
workflow_server/code_exec_runner.py,sha256=tfijklTVkX4y45jeFTfrY2hVhdwo0VrLFc3SMeIiVYs,3096
|
|
11
11
|
workflow_server/config.py,sha256=K5Tavm7wiqCZt0RWWue7zzb8N6e8aWnFOTNlBqEJPcI,1330
|
|
12
12
|
workflow_server/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -26,7 +26,7 @@ workflow_server/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
|
|
|
26
26
|
workflow_server/utils/tests/test_system_utils.py,sha256=MdBxI9gxUOpR_JBAHpEz6dGFY6JjxhMSM2oExpqFvNA,4314
|
|
27
27
|
workflow_server/utils/tests/test_utils.py,sha256=qwK5Rmy3RQyjtlUrYAuGuDlBeRzZKsf1yS-y2IpUizQ,6452
|
|
28
28
|
workflow_server/utils/utils.py,sha256=Wqqn-1l2ugkGgy5paWWdt0AVxAyPMQCYcnRSSOMjXlA,4355
|
|
29
|
-
vellum_workflow_server-0.14.71.dist-info/METADATA,sha256=
|
|
30
|
-
vellum_workflow_server-0.14.71.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
31
|
-
vellum_workflow_server-0.14.71.dist-info/entry_points.txt,sha256=uB_0yPkr7YV6RhEXzvFReUM8P4OQBlVXD6TN6eb9-oc,277
|
|
32
|
-
vellum_workflow_server-0.14.71.dist-info/RECORD,,
|
|
29
|
+
vellum_workflow_server-0.14.71.post2.dist-info/METADATA,sha256=G1JCUaiOnxMgutw-1itCINdfdKRIxIPwUxd8n8-VEqI,2243
|
|
30
|
+
vellum_workflow_server-0.14.71.post2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
31
|
+
vellum_workflow_server-0.14.71.post2.dist-info/entry_points.txt,sha256=uB_0yPkr7YV6RhEXzvFReUM8P4OQBlVXD6TN6eb9-oc,277
|
|
32
|
+
vellum_workflow_server-0.14.71.post2.dist-info/RECORD,,
|
|
@@ -95,7 +95,7 @@ def stream_workflow_route() -> Response:
|
|
|
95
95
|
)
|
|
96
96
|
),
|
|
97
97
|
status=200,
|
|
98
|
-
content_type=
|
|
98
|
+
content_type="application/x-ndjson",
|
|
99
99
|
headers={
|
|
100
100
|
"X-Vellum-SDK-Version": vembda_initiated_event.body.sdk_version,
|
|
101
101
|
"X-Vellum-Server-Version": vembda_initiated_event.body.server_version,
|
|
@@ -260,7 +260,7 @@ def stream_workflow_route() -> Response:
|
|
|
260
260
|
resp = Response(
|
|
261
261
|
stream_with_context(generator()),
|
|
262
262
|
status=200,
|
|
263
|
-
content_type=
|
|
263
|
+
content_type="application/x-ndjson",
|
|
264
264
|
headers={
|
|
265
265
|
"X-Vellum-SDK-Version": vembda_initiated_event.body.sdk_version,
|
|
266
266
|
"X-Vellum-Server-Version": vembda_initiated_event.body.server_version,
|
|
@@ -343,7 +343,7 @@ def stream_node_route() -> Response:
|
|
|
343
343
|
resp = Response(
|
|
344
344
|
stream_with_context(generator()),
|
|
345
345
|
status=200,
|
|
346
|
-
content_type=
|
|
346
|
+
content_type="application/x-ndjson",
|
|
347
347
|
headers={
|
|
348
348
|
"X-Vellum-SDK-Version": vembda_initiated_event.body.sdk_version,
|
|
349
349
|
"X-Vellum-Server-Version": vembda_initiated_event.body.server_version,
|
{vellum_workflow_server-0.14.71.dist-info → vellum_workflow_server-0.14.71.post2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|