hanzo 0.3.7__tar.gz → 0.3.8__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 hanzo might be problematic. Click here for more details.

Files changed (28) hide show
  1. {hanzo-0.3.7 → hanzo-0.3.8}/PKG-INFO +3 -3
  2. {hanzo-0.3.7 → hanzo-0.3.8}/pyproject.toml +3 -3
  3. {hanzo-0.3.7 → hanzo-0.3.8}/.gitignore +0 -0
  4. {hanzo-0.3.7 → hanzo-0.3.8}/README.md +0 -0
  5. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/__init__.py +0 -0
  6. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/__main__.py +0 -0
  7. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/cli.py +0 -0
  8. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/__init__.py +0 -0
  9. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/agent.py +0 -0
  10. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/auth.py +0 -0
  11. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/chat.py +0 -0
  12. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/cluster.py +0 -0
  13. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/config.py +0 -0
  14. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/mcp.py +0 -0
  15. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/miner.py +0 -0
  16. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/network.py +0 -0
  17. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/repl.py +0 -0
  18. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/commands/tools.py +0 -0
  19. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/interactive/__init__.py +0 -0
  20. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/interactive/dashboard.py +0 -0
  21. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/interactive/repl.py +0 -0
  22. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/mcp_server.py +0 -0
  23. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/repl.py +0 -0
  24. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/router/__init__.py +0 -0
  25. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/utils/__init__.py +0 -0
  26. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/utils/config.py +0 -0
  27. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/utils/net_check.py +0 -0
  28. {hanzo-0.3.7 → hanzo-0.3.8}/src/hanzo/utils/output.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hanzo
3
- Version: 0.3.7
3
+ Version: 0.3.8
4
4
  Summary: Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime
5
5
  Project-URL: Homepage, https://hanzo.ai
6
6
  Project-URL: Repository, https://github.com/hanzoai/python-sdk
@@ -32,7 +32,7 @@ Requires-Dist: rich>=13.0.0
32
32
  Requires-Dist: typer>=0.9.0
33
33
  Provides-Extra: agents
34
34
  Requires-Dist: hanzo-agents>=0.1.0; extra == 'agents'
35
- Requires-Dist: hanzo-network>=0.1.2; extra == 'agents'
35
+ Requires-Dist: hanzo-network>=0.1.3; extra == 'agents'
36
36
  Provides-Extra: ai
37
37
  Requires-Dist: hanzoai>=1.0.0; extra == 'ai'
38
38
  Provides-Extra: all
@@ -40,7 +40,7 @@ Requires-Dist: hanzo-aci>=0.2.8; extra == 'all'
40
40
  Requires-Dist: hanzo-agents>=0.1.0; extra == 'all'
41
41
  Requires-Dist: hanzo-mcp>=0.7.0; extra == 'all'
42
42
  Requires-Dist: hanzo-memory>=1.0.0; extra == 'all'
43
- Requires-Dist: hanzo-network>=0.1.2; extra == 'all'
43
+ Requires-Dist: hanzo-network>=0.1.3; extra == 'all'
44
44
  Requires-Dist: hanzo-repl>=0.1.0; extra == 'all'
45
45
  Requires-Dist: hanzoai>=1.0.0; extra == 'all'
46
46
  Provides-Extra: dev
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hanzo"
3
- version = "0.3.7"
3
+ version = "0.3.8"
4
4
  description = "Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime"
5
5
  authors = [
6
6
  {name = "Hanzo AI", email = "dev@hanzo.ai"},
@@ -46,7 +46,7 @@ all = [
46
46
  "hanzoai>=1.0.0",
47
47
  "hanzo-mcp>=0.7.0",
48
48
  "hanzo-agents>=0.1.0",
49
- "hanzo-network>=0.1.2",
49
+ "hanzo-network>=0.1.3",
50
50
  "hanzo-repl>=0.1.0",
51
51
  "hanzo-memory>=1.0.0",
52
52
  # "hanzo-router>=1.74.3", # TODO: Publish hanzo-router to PyPI
@@ -63,7 +63,7 @@ mcp = [
63
63
  ]
64
64
  agents = [
65
65
  "hanzo-agents>=0.1.0",
66
- "hanzo-network>=0.1.2",
66
+ "hanzo-network>=0.1.3",
67
67
  ]
68
68
  dev = [
69
69
  "hanzo-aci>=0.2.8",
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes