vellum-workflow-server 1.1.4__py3-none-any.whl → 1.1.5.post1__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-workflow-server
3
- Version: 1.1.4
3
+ Version: 1.1.5.post1
4
4
  Summary:
5
5
  License: AGPL
6
6
  Requires-Python: >=3.9.0,<4
@@ -29,7 +29,7 @@ Requires-Dist: pyjwt (==2.10.0)
29
29
  Requires-Dist: python-dotenv (==1.0.1)
30
30
  Requires-Dist: retrying (==1.3.4)
31
31
  Requires-Dist: sentry-sdk[flask] (==2.20.0)
32
- Requires-Dist: vellum-ai (==1.1.4)
32
+ Requires-Dist: vellum-ai (==1.1.5)
33
33
  Description-Content-Type: text/markdown
34
34
 
35
35
  # Vellum Workflow Runner Server
@@ -4,7 +4,7 @@ workflow_server/api/auth_middleware.py,sha256=IlZaCiwZ5nwQqk5sYQorvOFj7lt0p1ZSSE
4
4
  workflow_server/api/healthz_view.py,sha256=itiRvBDBXncrw8Kbbc73UZLwqMAhgHOR3uSre_dAfgY,404
5
5
  workflow_server/api/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  workflow_server/api/tests/test_input_display_mapping.py,sha256=drBZqMudFyB5wgiUOcMgRXz7E7ge-Qgxbstw4E4f0zE,2211
7
- workflow_server/api/tests/test_workflow_view.py,sha256=UxOwN9J3tI2YEXCGKsyMf890NiPnTNo0Rxyeidmx3oY,18620
7
+ workflow_server/api/tests/test_workflow_view.py,sha256=Ummbd-18XN8jc3bbIDa7j3jifu4lTiHIaRhnTDnpjAI,18945
8
8
  workflow_server/api/tests/test_workflow_view_stream_workflow_route.py,sha256=7q5AiBzfXX-npCrp-Da2OWk6-M1Ai8QZPDLhLlkxb34,26051
9
9
  workflow_server/api/workflow_view.py,sha256=i19Ksgg_2EbPhPRAlwYRqmAKI_8VHvAGc61Q9k90Iow,21189
10
10
  workflow_server/code_exec_runner.py,sha256=lBnMIorPZL8zZBye6TjeCIs06WTJM7P2HR07B1fjJJI,2533
@@ -28,7 +28,7 @@ workflow_server/utils/tests/test_sentry_integration.py,sha256=LGmWiaLhFrx-jslrRj
28
28
  workflow_server/utils/tests/test_system_utils.py,sha256=_4GwXvVvU5BrATxUEWwQIPg0bzQXMWBtiBmjP8MTxJM,4314
29
29
  workflow_server/utils/tests/test_utils.py,sha256=qwK5Rmy3RQyjtlUrYAuGuDlBeRzZKsf1yS-y2IpUizQ,6452
30
30
  workflow_server/utils/utils.py,sha256=Wqqn-1l2ugkGgy5paWWdt0AVxAyPMQCYcnRSSOMjXlA,4355
31
- vellum_workflow_server-1.1.4.dist-info/METADATA,sha256=m41CQt5AkScS5ahgLJ6HjEf9CZw2OGMZaXMOTyBQybI,2267
32
- vellum_workflow_server-1.1.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
33
- vellum_workflow_server-1.1.4.dist-info/entry_points.txt,sha256=uB_0yPkr7YV6RhEXzvFReUM8P4OQBlVXD6TN6eb9-oc,277
34
- vellum_workflow_server-1.1.4.dist-info/RECORD,,
31
+ vellum_workflow_server-1.1.5.post1.dist-info/METADATA,sha256=nBEmEeICCRLkYMyab6en6v8HSy-pCgRod-caY6qT-a8,2273
32
+ vellum_workflow_server-1.1.5.post1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
33
+ vellum_workflow_server-1.1.5.post1.dist-info/entry_points.txt,sha256=uB_0yPkr7YV6RhEXzvFReUM8P4OQBlVXD6TN6eb9-oc,277
34
+ vellum_workflow_server-1.1.5.post1.dist-info/RECORD,,
@@ -59,7 +59,7 @@ class TestNode(BaseNode):
59
59
  "base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
60
60
  "definition": {"module": ["vellum_custom_nodes", "test_node"], "name": "TestNode"},
61
61
  "display_data": {
62
- "comment": {"value": "A test node for processing data."},
62
+ "comment": {"expanded": True, "value": "A test node for processing data."},
63
63
  "position": {"x": 0.0, "y": 0.0},
64
64
  },
65
65
  "id": "7a8b251d-f5ca-462a-b293-071d219460fb",
@@ -122,7 +122,10 @@ class SomeOtherNode(BaseNode):
122
122
  "attributes": [],
123
123
  "base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
124
124
  "definition": {"module": ["vellum_custom_nodes", "first_node"], "name": "SomeNode"},
125
- "display_data": {"comment": {"value": "This is Some Node."}, "position": {"x": 0.0, "y": 0.0}},
125
+ "display_data": {
126
+ "comment": {"expanded": True, "value": "This is Some Node."},
127
+ "position": {"x": 0.0, "y": 0.0},
128
+ },
126
129
  "id": "1e559c2e-db82-41f0-9ceb-5e89b0c5a0a3",
127
130
  "label": "SomeNode",
128
131
  "outputs": [],
@@ -142,7 +145,10 @@ class SomeOtherNode(BaseNode):
142
145
  "attributes": [],
143
146
  "base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
144
147
  "definition": {"module": ["vellum_custom_nodes", "second_node"], "name": "SomeOtherNode"},
145
- "display_data": {"comment": {"value": "This is Some Other Node."}, "position": {"x": 0.0, "y": 0.0}},
148
+ "display_data": {
149
+ "comment": {"expanded": True, "value": "This is Some Other Node."},
150
+ "position": {"x": 0.0, "y": 0.0},
151
+ },
146
152
  "id": "7aee541b-b245-4c8a-9137-3e4631d5100c",
147
153
  "label": "SomeOtherNode",
148
154
  "outputs": [],
@@ -211,7 +217,10 @@ class HelperClass:
211
217
  "attributes": [],
212
218
  "base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
213
219
  "definition": {"module": ["vellum_custom_nodes", "multiple_nodes"], "name": "ProcessingNode"},
214
- "display_data": {"comment": {"value": "Processes input data."}, "position": {"x": 0.0, "y": 0.0}},
220
+ "display_data": {
221
+ "comment": {"expanded": True, "value": "Processes input data."},
222
+ "position": {"x": 0.0, "y": 0.0},
223
+ },
215
224
  "id": "f92c09f0-0434-46cb-829d-a73f801d6343",
216
225
  "label": "ProcessingNode",
217
226
  "outputs": [],
@@ -226,7 +235,10 @@ class HelperClass:
226
235
  "attributes": [],
227
236
  "base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
228
237
  "definition": {"module": ["vellum_custom_nodes", "multiple_nodes"], "name": "TransformationNode"},
229
- "display_data": {"comment": {"value": "Transforms data format."}, "position": {"x": 0.0, "y": 0.0}},
238
+ "display_data": {
239
+ "comment": {"expanded": True, "value": "Transforms data format."},
240
+ "position": {"x": 0.0, "y": 0.0},
241
+ },
230
242
  "id": "09ca32f7-c8f2-4469-97e5-1f288f85127a",
231
243
  "label": "TransformationNode",
232
244
  "outputs": [],
@@ -289,7 +301,10 @@ class BrokenNode(BaseNode)
289
301
  "attributes": [],
290
302
  "base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
291
303
  "definition": {"module": ["vellum_custom_nodes", "valid_node"], "name": "SomeNode"},
292
- "display_data": {"comment": {"value": "This is Some Node."}, "position": {"x": 0.0, "y": 0.0}},
304
+ "display_data": {
305
+ "comment": {"expanded": True, "value": "This is Some Node."},
306
+ "position": {"x": 0.0, "y": 0.0},
307
+ },
293
308
  "id": "1e559c2e-db82-41f0-9ceb-5e89b0c5a0a3",
294
309
  "label": "SomeNode",
295
310
  "outputs": [],
@@ -368,7 +383,7 @@ class MyAdditionNode(BaseNode):
368
383
  "base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
369
384
  "definition": {"module": ["vellum_custom_nodes", "addition_node"], "name": "MyAdditionNode"},
370
385
  "display_data": {
371
- "comment": {"value": "Custom node that performs simple addition."},
386
+ "comment": {"expanded": True, "value": "Custom node that performs simple addition."},
372
387
  "position": {"x": 0.0, "y": 0.0},
373
388
  },
374
389
  "id": "195cd69d-3d2d-41e4-a432-16c433cb8d34",