From 2b429099efd59b43b4e7cecbe3168f7e1b99408f Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Mon, 21 Jul 2025 10:50:14 -0400 Subject: [PATCH] fix (sdk): Fix import resolution error (#162) --- sdks/python/pyproject.toml | 4 ++-- sdks/python/uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" },