fusionkit 0.9.3__tar.gz → 0.9.4__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.
- {fusionkit-0.9.3 → fusionkit-0.9.4}/PKG-INFO +3 -3
- {fusionkit-0.9.3 → fusionkit-0.9.4}/pyproject.toml +3 -3
- {fusionkit-0.9.3 → fusionkit-0.9.4}/LICENSE +0 -0
- {fusionkit-0.9.3 → fusionkit-0.9.4}/README.md +0 -0
- {fusionkit-0.9.3 → fusionkit-0.9.4}/src/fusionkit_cli/__init__.py +0 -0
- {fusionkit-0.9.3 → fusionkit-0.9.4}/src/fusionkit_cli/main.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fusionkit
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.4
|
|
4
4
|
Summary: Internal Python synthesis sidecar for the FusionKit Node CLI.
|
|
5
5
|
Keywords: fusionkit,model-fusion,llm,ensemble,sidecar
|
|
6
6
|
Author: Velum Labs
|
|
@@ -12,8 +12,8 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
|
-
Requires-Dist: fusionkit-core==0.9.
|
|
16
|
-
Requires-Dist: fusionkit-server==0.9.
|
|
15
|
+
Requires-Dist: fusionkit-core==0.9.4
|
|
16
|
+
Requires-Dist: fusionkit-server==0.9.4
|
|
17
17
|
Requires-Dist: typer>=0.27.0
|
|
18
18
|
Requires-Dist: uvicorn>=0.50.0
|
|
19
19
|
Requires-Python: >=3.11
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "fusionkit"
|
|
3
|
-
version = "0.9.
|
|
3
|
+
version = "0.9.4"
|
|
4
4
|
description = "Internal Python synthesis sidecar for the FusionKit Node CLI."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
@@ -23,8 +23,8 @@ classifiers = [
|
|
|
23
23
|
"Operating System :: OS Independent",
|
|
24
24
|
]
|
|
25
25
|
dependencies = [
|
|
26
|
-
"fusionkit-core==0.9.
|
|
27
|
-
"fusionkit-server==0.9.
|
|
26
|
+
"fusionkit-core==0.9.4",
|
|
27
|
+
"fusionkit-server==0.9.4",
|
|
28
28
|
"typer>=0.27.0",
|
|
29
29
|
"uvicorn>=0.50.0",
|
|
30
30
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|