diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index af5d9f6e..eee36b4f 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "honcho-ai" -version = "1.2.0" +version = "1.2.1" description = "Official DX Optimized Python SDK for Honcho" dynamic = ["readme"] license = "Apache-2.0" @@ -53,4 +53,4 @@ explicit = true [tool.setuptools.packages.find] where = ["src"] -include = ["honcho", "honcho.async_client"] \ No newline at end of file +include = ["honcho", "honcho.async_client", "honcho.utils"] diff --git a/sdks/python/uv.lock b/sdks/python/uv.lock index 3b4b881d..5aa64e38 100644 --- a/sdks/python/uv.lock +++ b/sdks/python/uv.lock @@ -96,7 +96,7 @@ wheels = [ [[package]] name = "honcho-ai" -version = "1.1.0" +version = "1.2.1" source = { editable = "." } dependencies = [ { name = "honcho-core" },