vellum-workflow-server 1.3.10.post1__tar.gz → 1.3.11__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.3.10.post1 → vellum_workflow_server-1.3.11}/PKG-INFO +2 -2
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/pyproject.toml +2 -2
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/tests/test_utils.py +12 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/utils.py +6 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/README.md +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/__init__.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/__init__.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/auth_middleware.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/healthz_view.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/tests/__init__.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/tests/test_input_display_mapping.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/tests/test_workflow_view.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/tests/test_workflow_view_stream_workflow_route.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/api/workflow_view.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/code_exec_runner.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/config.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/core/__init__.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/core/cancel_workflow.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/core/events.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/core/executor.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/core/utils.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/core/workflow_executor_context.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/server.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/start.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/__init__.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/exit_handler.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/log_proxy.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/oom_killer.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/sentry.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/system_utils.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/tests/__init__.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/tests/test_sentry_integration.py +0 -0
- {vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/utils/tests/test_system_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vellum-workflow-server
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.11
|
|
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.3.
|
|
32
|
+
Requires-Dist: vellum-ai (==1.3.11)
|
|
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.3.
|
|
6
|
+
version = "1.3.11"
|
|
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.3.
|
|
48
|
+
vellum-ai = "1.3.11"
|
|
49
49
|
python-dotenv = "1.0.1"
|
|
50
50
|
retrying = "1.3.4"
|
|
51
51
|
sentry-sdk = {extras = ["flask"], version = "2.20.0"}
|
|
@@ -7,8 +7,10 @@ from vellum import (
|
|
|
7
7
|
SearchResultDocument,
|
|
8
8
|
StringVellumValue,
|
|
9
9
|
VellumAudio,
|
|
10
|
+
VellumDocument,
|
|
10
11
|
VellumError,
|
|
11
12
|
VellumImage,
|
|
13
|
+
VellumVideo,
|
|
12
14
|
)
|
|
13
15
|
from workflow_server.utils.utils import (
|
|
14
16
|
convert_json_inputs_to_vellum,
|
|
@@ -50,6 +52,14 @@ from workflow_server.utils.utils import (
|
|
|
50
52
|
{"type": "AUDIO", "name": "audio", "value": {"src": "https://example.com/audio.mp3"}},
|
|
51
53
|
{"audio": VellumAudio(src="https://example.com/audio.mp3")},
|
|
52
54
|
),
|
|
55
|
+
(
|
|
56
|
+
{"type": "VIDEO", "name": "video", "value": {"src": "https://example.com/video.mp4"}},
|
|
57
|
+
{"video": VellumVideo(src="https://example.com/video.mp4")},
|
|
58
|
+
),
|
|
59
|
+
(
|
|
60
|
+
{"type": "DOCUMENT", "name": "document", "value": {"src": "https://example.com/document.pdf"}},
|
|
61
|
+
{"document": VellumDocument(src="https://example.com/document.pdf")},
|
|
62
|
+
),
|
|
53
63
|
(
|
|
54
64
|
{
|
|
55
65
|
"type": "SEARCH_RESULTS",
|
|
@@ -117,6 +127,8 @@ from workflow_server.utils.utils import (
|
|
|
117
127
|
"function_call",
|
|
118
128
|
"image",
|
|
119
129
|
"audio",
|
|
130
|
+
"video",
|
|
131
|
+
"document",
|
|
120
132
|
"search_results",
|
|
121
133
|
"error",
|
|
122
134
|
"array",
|
|
@@ -11,7 +11,9 @@ from vellum import (
|
|
|
11
11
|
FunctionCallInput,
|
|
12
12
|
SearchResultsInput,
|
|
13
13
|
VellumAudio,
|
|
14
|
+
VellumDocument,
|
|
14
15
|
VellumImage,
|
|
16
|
+
VellumVideo,
|
|
15
17
|
)
|
|
16
18
|
from workflow_server.config import is_development
|
|
17
19
|
|
|
@@ -46,6 +48,10 @@ def convert_json_inputs_to_vellum(inputs: List[dict]) -> dict:
|
|
|
46
48
|
vellum_inputs[name] = VellumImage.model_validate(value)
|
|
47
49
|
elif type == "AUDIO":
|
|
48
50
|
vellum_inputs[name] = VellumAudio.model_validate(value)
|
|
51
|
+
elif type == "VIDEO":
|
|
52
|
+
vellum_inputs[name] = VellumVideo.model_validate(value)
|
|
53
|
+
elif type == "DOCUMENT":
|
|
54
|
+
vellum_inputs[name] = VellumDocument.model_validate(value)
|
|
49
55
|
else:
|
|
50
56
|
vellum_inputs[name] = value
|
|
51
57
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/config.py
RENAMED
|
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.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/server.py
RENAMED
|
File without changes
|
{vellum_workflow_server-1.3.10.post1 → vellum_workflow_server-1.3.11}/src/workflow_server/start.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
|
|
File without changes
|