ai-pipeline-core 0.4.1__py3-none-any.whl → 0.4.2__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.
- ai_pipeline_core/deployment/base.py +2 -2
- {ai_pipeline_core-0.4.1.dist-info → ai_pipeline_core-0.4.2.dist-info}/METADATA +1 -1
- {ai_pipeline_core-0.4.1.dist-info → ai_pipeline_core-0.4.2.dist-info}/RECORD +5 -5
- {ai_pipeline_core-0.4.1.dist-info → ai_pipeline_core-0.4.2.dist-info}/WHEEL +0 -0
- {ai_pipeline_core-0.4.1.dist-info → ai_pipeline_core-0.4.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -132,7 +132,7 @@ class FlowCallable(Protocol):
|
|
|
132
132
|
output_document_types: list[type[Document]]
|
|
133
133
|
estimated_minutes: int
|
|
134
134
|
|
|
135
|
-
def __call__(self, project_name: str, documents: list[Document], flow_options: FlowOptions) -> Any: # type: ignore[type-arg]
|
|
135
|
+
def __call__(self, project_name: str, documents: list[Document], flow_options: FlowOptions | dict[str, Any]) -> Any: # type: ignore[type-arg]
|
|
136
136
|
"""Execute the flow with standard pipeline signature."""
|
|
137
137
|
...
|
|
138
138
|
|
|
@@ -519,7 +519,7 @@ class PipelineDeployment(Generic[TOptions, TResult]):
|
|
|
519
519
|
current_docs = input_docs
|
|
520
520
|
|
|
521
521
|
try:
|
|
522
|
-
await active_flow(project_name, current_docs, options)
|
|
522
|
+
await active_flow(project_name, current_docs, options.model_dump())
|
|
523
523
|
except Exception as e:
|
|
524
524
|
# Upload partial results on failure
|
|
525
525
|
if context.output_documents_urls and store:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ai-pipeline-core
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: Core utilities for AI-powered processing pipelines using prefect
|
|
5
5
|
Project-URL: Homepage, https://github.com/bbarwik/ai-pipeline-core
|
|
6
6
|
Project-URL: Repository, https://github.com/bbarwik/ai-pipeline-core
|
|
@@ -5,7 +5,7 @@ ai_pipeline_core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
5
5
|
ai_pipeline_core/settings.py,sha256=BUz8JEFfJQrdE4rNOhQWwxnTrfekLjWkoy-3wDZQ7PY,5142
|
|
6
6
|
ai_pipeline_core/testing.py,sha256=jIRrLxNvTwdamucfJoHET2qMeRhhMZV9uEJXO5vAfis,279
|
|
7
7
|
ai_pipeline_core/deployment/__init__.py,sha256=wTkVK6gcEQvqBajFMTAuodRONpN25yHbR1jtcumf0WQ,900
|
|
8
|
-
ai_pipeline_core/deployment/base.py,sha256=
|
|
8
|
+
ai_pipeline_core/deployment/base.py,sha256=ZdXrO2tt2H5bTRkxV0EA1_v6mvuCxfYMUlmi4bpsq8c,34780
|
|
9
9
|
ai_pipeline_core/deployment/contract.py,sha256=a1qbHhneTGB27oSOUy79CUIhOIzOoq37M63XoIMzA4Y,1952
|
|
10
10
|
ai_pipeline_core/deployment/deploy.py,sha256=TCF4fH5f-K1ADODZHEyf-x7PJzDbv4qtWxlpoCe_mTs,22909
|
|
11
11
|
ai_pipeline_core/deployment/helpers.py,sha256=yVtGFUs4AFXkpLkiQ_ale0nXXt5btfWSb5PAbikQHNs,3312
|
|
@@ -70,7 +70,7 @@ ai_pipeline_core/observability/_tracking/_writer.py,sha256=xZjwYyIxDzzzPxqkKjYAY
|
|
|
70
70
|
ai_pipeline_core/pipeline/__init__.py,sha256=uMv1jwSyq8Ym8Hbn5097twBJLdwN1iMeqnVM4EWyrhA,282
|
|
71
71
|
ai_pipeline_core/pipeline/decorators.py,sha256=CDJAeOjGLt5Ewc0Jc9zEuwLZwKyutOv89LSRS9dcXmI,37456
|
|
72
72
|
ai_pipeline_core/pipeline/options.py,sha256=KF4FcT085-IwX8r649v0a9ua5xnApM0qG2wJHWbq39A,438
|
|
73
|
-
ai_pipeline_core-0.4.
|
|
74
|
-
ai_pipeline_core-0.4.
|
|
75
|
-
ai_pipeline_core-0.4.
|
|
76
|
-
ai_pipeline_core-0.4.
|
|
73
|
+
ai_pipeline_core-0.4.2.dist-info/METADATA,sha256=9oibNB9_K3sQ2K3rwPeV77tZ-t4kt0Kxrnhlhp6ySjY,29947
|
|
74
|
+
ai_pipeline_core-0.4.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
75
|
+
ai_pipeline_core-0.4.2.dist-info/licenses/LICENSE,sha256=kKj8mfbdWwkyG3U6n7ztB3bAZlEwShTkAsvaY657i3I,1074
|
|
76
|
+
ai_pipeline_core-0.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|