fix (sdk): Fix import resolution error (#162)

This commit is contained in:
Vineeth Voruganti 2025-07-21 10:50:14 -04:00 committed by GitHub
parent e9edb235af
commit 2b429099ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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"]
include = ["honcho", "honcho.async_client", "honcho.utils"]

View File

@ -96,7 +96,7 @@ wheels = [
[[package]]
name = "honcho-ai"
version = "1.1.0"
version = "1.2.1"
source = { editable = "." }
dependencies = [
{ name = "honcho-core" },