fix (sdk): Fix import resolution error (#162)
This commit is contained in:
parent
e9edb235af
commit
2b429099ef
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "honcho-ai"
|
||||
version = "1.1.0"
|
||||
version = "1.2.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "honcho-core" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue