fastworkflow 2.17.0__py3-none-any.whl → 2.17.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.
Potentially problematic release.
This version of fastworkflow might be problematic. Click here for more details.
- fastworkflow/run_fastapi_mcp/__init__.py +0 -0
- {fastworkflow-2.17.0.dist-info → fastworkflow-2.17.2.dist-info}/METADATA +2 -1
- {fastworkflow-2.17.0.dist-info → fastworkflow-2.17.2.dist-info}/RECORD +6 -5
- {fastworkflow-2.17.0.dist-info → fastworkflow-2.17.2.dist-info}/LICENSE +0 -0
- {fastworkflow-2.17.0.dist-info → fastworkflow-2.17.2.dist-info}/WHEEL +0 -0
- {fastworkflow-2.17.0.dist-info → fastworkflow-2.17.2.dist-info}/entry_points.txt +0 -0
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastworkflow
|
|
3
|
-
Version: 2.17.
|
|
3
|
+
Version: 2.17.2
|
|
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
|
|
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Provides-Extra: fastapi
|
|
14
15
|
Requires-Dist: colorama (>=0.4.6,<0.5.0)
|
|
15
16
|
Requires-Dist: datasets (>=4.0.0,<5.0.0)
|
|
16
17
|
Requires-Dist: dspy (>=3.0.1,<4.0.0)
|
|
@@ -146,6 +146,7 @@ fastworkflow/refine/__main__.py,sha256=bDLpPNMcdp8U4EFnMdjxx1sPDQCZuEJoBURr2KebT
|
|
|
146
146
|
fastworkflow/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
147
|
fastworkflow/run/__main__.py,sha256=XmybAsr1MnCx8tzvhWxtBT7xu2Om3PVZFtABXavPccU,12075
|
|
148
148
|
fastworkflow/run_fastapi_mcp/README.md,sha256=H3XcMNxDcOdGnHNODGe8U7b9s7loiHo-rEZqs-NXzn8,8024
|
|
149
|
+
fastworkflow/run_fastapi_mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
149
150
|
fastworkflow/run_fastapi_mcp/conversation_store.py,sha256=OuS6Yq5noXrNn5jPwld_KueVi53Jlpa0qvF_vLUIbgg,13516
|
|
150
151
|
fastworkflow/run_fastapi_mcp/jwt_manager.py,sha256=fV5cKgYKluBk3l3ZepTSY3MgN0OopyH6oh8G_ncFQ4k,8166
|
|
151
152
|
fastworkflow/run_fastapi_mcp/main.py,sha256=JmgfViu2jpHBYvjx0DJ4QEU3D56CZJXnD1yo_8hzAq4,48148
|
|
@@ -175,8 +176,8 @@ fastworkflow/utils/startup_progress.py,sha256=9icSdnpFAxzIq0sUliGpNaH0Efvrt5lDtG
|
|
|
175
176
|
fastworkflow/workflow.py,sha256=37gn7e3ct-gdGw43zS6Ab_ADoJJBO4eJW2PywfUpjEg,18825
|
|
176
177
|
fastworkflow/workflow_agent.py,sha256=-RXoHXH-vrEh6AWC6iYAwwR9CvaRynYuu-KrzOPCJbg,16348
|
|
177
178
|
fastworkflow/workflow_inheritance_model.py,sha256=Pp-qSrQISgPfPjJVUfW84pc7HLmL2evuq0UVIYR51K0,7974
|
|
178
|
-
fastworkflow-2.17.
|
|
179
|
-
fastworkflow-2.17.
|
|
180
|
-
fastworkflow-2.17.
|
|
181
|
-
fastworkflow-2.17.
|
|
182
|
-
fastworkflow-2.17.
|
|
179
|
+
fastworkflow-2.17.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
180
|
+
fastworkflow-2.17.2.dist-info/METADATA,sha256=KisXa-q1sUxC2nLAX66PgIHCdIFB1UttP8gDjpvBw3Y,30360
|
|
181
|
+
fastworkflow-2.17.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
182
|
+
fastworkflow-2.17.2.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
|
183
|
+
fastworkflow-2.17.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|