fastworkflow 2.17.3__py3-none-any.whl → 2.17.4__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 fastworkflow might be problematic. Click here for more details.
- {fastworkflow-2.17.3.dist-info → fastworkflow-2.17.4.dist-info}/METADATA +5 -1
- {fastworkflow-2.17.3.dist-info → fastworkflow-2.17.4.dist-info}/RECORD +5 -5
- {fastworkflow-2.17.3.dist-info → fastworkflow-2.17.4.dist-info}/LICENSE +0 -0
- {fastworkflow-2.17.3.dist-info → fastworkflow-2.17.4.dist-info}/WHEEL +0 -0
- {fastworkflow-2.17.3.dist-info → fastworkflow-2.17.4.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastworkflow
|
|
3
|
-
Version: 2.17.
|
|
3
|
+
Version: 2.17.4
|
|
4
4
|
Summary: A framework for rapidly building large-scale, deterministic, interactive workflows with a fault-tolerant, conversational UX
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: fastworkflow,ai,workflow,llm,openai
|
|
@@ -15,6 +15,8 @@ Provides-Extra: fastapi
|
|
|
15
15
|
Requires-Dist: colorama (>=0.4.6,<0.5.0)
|
|
16
16
|
Requires-Dist: datasets (>=4.0.0,<5.0.0)
|
|
17
17
|
Requires-Dist: dspy (>=3.0.1,<4.0.0)
|
|
18
|
+
Requires-Dist: fastapi (>=0.115.5,<0.116.0) ; extra == "fastapi"
|
|
19
|
+
Requires-Dist: fastapi-mcp (>=0.4.0,<0.5.0) ; extra == "fastapi"
|
|
18
20
|
Requires-Dist: libcst (>=1.8.2,<2.0.0)
|
|
19
21
|
Requires-Dist: litellm[proxy] (>=1.75.8,<2.0.0)
|
|
20
22
|
Requires-Dist: mmh3 (>=5.1.0,<6.0.0)
|
|
@@ -22,12 +24,14 @@ Requires-Dist: openai (>=1.99.5,<1.100.0)
|
|
|
22
24
|
Requires-Dist: prompt_toolkit (>=3.0.43,<4.0.0)
|
|
23
25
|
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
|
|
24
26
|
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
|
|
27
|
+
Requires-Dist: python-jose[cryptography] (>=3.3.0,<4.0.0) ; extra == "fastapi"
|
|
25
28
|
Requires-Dist: python-levenshtein (>=0.27.1,<0.28.0)
|
|
26
29
|
Requires-Dist: scikit-learn (>=1.6.1,<2.0.0)
|
|
27
30
|
Requires-Dist: sentence-transformers (>=3.4.1,<4.0.0)
|
|
28
31
|
Requires-Dist: speedict (>=0.3.12,<0.4.0)
|
|
29
32
|
Requires-Dist: torch (>=2.7.1,<3.0.0)
|
|
30
33
|
Requires-Dist: transformers (>=4.48.2,<5.0.0)
|
|
34
|
+
Requires-Dist: uvicorn (>=0.29.0,<0.30.0) ; extra == "fastapi"
|
|
31
35
|
Project-URL: homepage, https://github.com/radiantlogicinc/fastworkflow
|
|
32
36
|
Project-URL: repository, https://github.com/radiantlogicinc/fastworkflow
|
|
33
37
|
Description-Content-Type: text/markdown
|
|
@@ -176,8 +176,8 @@ fastworkflow/utils/startup_progress.py,sha256=9icSdnpFAxzIq0sUliGpNaH0Efvrt5lDtG
|
|
|
176
176
|
fastworkflow/workflow.py,sha256=37gn7e3ct-gdGw43zS6Ab_ADoJJBO4eJW2PywfUpjEg,18825
|
|
177
177
|
fastworkflow/workflow_agent.py,sha256=-RXoHXH-vrEh6AWC6iYAwwR9CvaRynYuu-KrzOPCJbg,16348
|
|
178
178
|
fastworkflow/workflow_inheritance_model.py,sha256=Pp-qSrQISgPfPjJVUfW84pc7HLmL2evuq0UVIYR51K0,7974
|
|
179
|
-
fastworkflow-2.17.
|
|
180
|
-
fastworkflow-2.17.
|
|
181
|
-
fastworkflow-2.17.
|
|
182
|
-
fastworkflow-2.17.
|
|
183
|
-
fastworkflow-2.17.
|
|
179
|
+
fastworkflow-2.17.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
180
|
+
fastworkflow-2.17.4.dist-info/METADATA,sha256=NrcqjR9hP68D02wlIKzokkr5AUNwuOIQ0XjgL80WYR0,30632
|
|
181
|
+
fastworkflow-2.17.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
182
|
+
fastworkflow-2.17.4.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
|
183
|
+
fastworkflow-2.17.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|