hanzo 0.2.12__py3-none-any.whl → 0.3.0__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 hanzo might be problematic. Click here for more details.

hanzo/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Hanzo - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime."""
2
2
 
3
- __version__ = "0.2.12"
3
+ __version__ = "0.3.0"
4
4
  __all__ = ["main", "cli"]
5
5
 
6
6
  from .cli import main, cli
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hanzo
3
- Version: 0.2.12
3
+ Version: 0.3.0
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
@@ -23,7 +23,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Requires-Python: >=3.8
25
25
  Requires-Dist: click>=8.1.0
26
- Requires-Dist: hanzo-net>=0.1.6
26
+ Requires-Dist: hanzo-net>=0.1.9
27
27
  Requires-Dist: httpx>=0.23.0
28
28
  Requires-Dist: prompt-toolkit>=3.0.0
29
29
  Requires-Dist: pydantic>=2.0.0
@@ -1,4 +1,4 @@
1
- hanzo/__init__.py,sha256=nf65JwUASKH6VcLiAofmV3pIi2oVV8XjSGtb5pKSzTA,169
1
+ hanzo/__init__.py,sha256=LIKABJ5kCoDwsxevIZ_j-tV50G7kKAKoFnzNGkj-iYc,168
2
2
  hanzo/__main__.py,sha256=qRjwG8-7MHPOy3czoyDP9VK1GhEaJJsVeZcz2AG9NV0,104
3
3
  hanzo/cli.py,sha256=_k3zI0650gWY9uAS7JO1m0EMtHxqG2i_W3ZsOUpaIgU,10502
4
4
  hanzo/mcp_server.py,sha256=FBqcXhaJgV8_9O83H3fUy_pv4cV1707XCYm7FXaJeWY,422
@@ -22,7 +22,7 @@ hanzo/utils/__init__.py,sha256=zmCH4YxefrpWmR-netV99UeECqrXjkKbi3ZjbcD79dw,68
22
22
  hanzo/utils/config.py,sha256=RU27eiSxGWAT9fI5-CjRdEJZEeT_xjMxjlMVeKC1gMg,4830
23
23
  hanzo/utils/net_check.py,sha256=WDElDu19MYN3qs7y_DbIpcnVsxiMCgg2CTI-48A15vE,3066
24
24
  hanzo/utils/output.py,sha256=lROF8RDOkck7ySt1kiTlVlHZqx1E0B-PqcJc78ZHYOs,2694
25
- hanzo-0.2.12.dist-info/METADATA,sha256=8uNM5ojd_P6rTbFwqa2MRZb-7G5fmjDJ31KM8KkHKyk,4348
26
- hanzo-0.2.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
- hanzo-0.2.12.dist-info/entry_points.txt,sha256=pQLPMdqOXU_2BfTcMDhkqTCDNk_H6ApvYuSaWcuQOOw,171
28
- hanzo-0.2.12.dist-info/RECORD,,
25
+ hanzo-0.3.0.dist-info/METADATA,sha256=MwESgE8IxL8DlZQaLDpi9vxoiURMTKqMduHkqsYGf4I,4347
26
+ hanzo-0.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
+ hanzo-0.3.0.dist-info/entry_points.txt,sha256=pQLPMdqOXU_2BfTcMDhkqTCDNk_H6ApvYuSaWcuQOOw,171
28
+ hanzo-0.3.0.dist-info/RECORD,,
File without changes