vellum-workflow-server 1.7.7__tar.gz → 1.7.8__tar.gz
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-1.7.7 → vellum_workflow_server-1.7.8}/PKG-INFO +2 -2
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/pyproject.toml +2 -2
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/tests/test_workflow_view.py +2 -4
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/tests/test_workflow_view_stream_workflow_route.py +2 -3
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/README.md +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/__init__.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/__init__.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/auth_middleware.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/healthz_view.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/tests/__init__.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/tests/test_input_display_mapping.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/workflow_view.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/code_exec_runner.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/config.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/__init__.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/cancel_workflow.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/events.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/executor.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/utils.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/workflow_executor_context.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/server.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/start.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/__init__.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/exit_handler.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/log_proxy.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/oom_killer.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/sentry.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/system_utils.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/tests/__init__.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/tests/test_sentry_integration.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/tests/test_system_utils.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/tests/test_utils.py +0 -0
- {vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vellum-workflow-server
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.8
|
|
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.7.
|
|
32
|
+
Requires-Dist: vellum-ai (==1.7.8)
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
|
|
35
35
|
# Vellum Workflow Runner Server
|
|
@@ -3,7 +3,7 @@ name = "vellum-workflow-server"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "vellum-workflow-server"
|
|
6
|
-
version = "1.7.
|
|
6
|
+
version = "1.7.8"
|
|
7
7
|
description = ""
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
authors = []
|
|
@@ -45,7 +45,7 @@ flask = "2.3.3"
|
|
|
45
45
|
orderly-set = "5.2.2"
|
|
46
46
|
pebble = "5.0.7"
|
|
47
47
|
gunicorn = "23.0.0"
|
|
48
|
-
vellum-ai = "1.7.
|
|
48
|
+
vellum-ai = "1.7.8"
|
|
49
49
|
python-dotenv = "1.0.1"
|
|
50
50
|
retrying = "1.3.4"
|
|
51
51
|
sentry-sdk = {extras = ["flask"], version = "2.20.0"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import pytest
|
|
2
1
|
import json
|
|
3
2
|
import logging
|
|
4
3
|
import re
|
|
@@ -322,7 +321,6 @@ class BrokenNode(BaseNode)
|
|
|
322
321
|
assert "invalid_node.py, line 4" in error_message
|
|
323
322
|
|
|
324
323
|
|
|
325
|
-
@pytest.mark.skip(reason="Fixing in version 1.7.7")
|
|
326
324
|
def test_version_route__with_attributes(tmp_path):
|
|
327
325
|
# GIVEN a temporary custom_nodes directory
|
|
328
326
|
custom_nodes_dir = tmp_path / "vellum_custom_nodes"
|
|
@@ -375,12 +373,12 @@ class MyAdditionNode(BaseNode):
|
|
|
375
373
|
{
|
|
376
374
|
"id": "aed3bcbb-d243-4a77-bb5e-409e9a28e868",
|
|
377
375
|
"name": "arg1",
|
|
378
|
-
"value":
|
|
376
|
+
"value": None,
|
|
379
377
|
},
|
|
380
378
|
{
|
|
381
379
|
"id": "9225d225-a41b-4642-8964-f28f58dcf4bf",
|
|
382
380
|
"name": "arg2",
|
|
383
|
-
"value":
|
|
381
|
+
"value": None,
|
|
384
382
|
},
|
|
385
383
|
],
|
|
386
384
|
"base": {"module": ["vellum", "workflows", "nodes", "bases", "base"], "name": "BaseNode"},
|
|
@@ -361,7 +361,6 @@ class State(BaseState):
|
|
|
361
361
|
assert len(events) == 4
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
@pytest.mark.skip(reason="Fixing in version 1.7.7")
|
|
365
364
|
def test_stream_workflow_route__bad_indent_in_inputs_file(both_stream_types):
|
|
366
365
|
# GIVEN a valid request body
|
|
367
366
|
span_id = uuid4()
|
|
@@ -422,8 +421,8 @@ from vellum.workflows.inputs import BaseInputs
|
|
|
422
421
|
assert events[2]["name"] == "workflow.execution.rejected"
|
|
423
422
|
assert events[2]["span_id"] == events[1]["span_id"]
|
|
424
423
|
assert (
|
|
425
|
-
"Failed to initialize workflow:
|
|
426
|
-
in events[2]["body"]["error"]["message"]
|
|
424
|
+
"Failed to initialize workflow: Syntax Error raised while loading Workflow: "
|
|
425
|
+
"unexpected indent (inputs.py, line 3)" in events[2]["body"]["error"]["message"]
|
|
427
426
|
)
|
|
428
427
|
|
|
429
428
|
assert events[3] == {
|
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/__init__.py
RENAMED
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/events.py
RENAMED
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/executor.py
RENAMED
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/core/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/log_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/sentry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vellum_workflow_server-1.7.7 → vellum_workflow_server-1.7.8}/src/workflow_server/utils/utils.py
RENAMED
|
File without changes
|