diff --git a/examples/poetry.lock b/examples/poetry.lock index 153ff83c4..e226cc82f 100644 --- a/examples/poetry.lock +++ b/examples/poetry.lock @@ -1539,7 +1539,7 @@ pydantic = ">=2.5.2,<3.0.0" [[package]] name = "eidolon-ai-sdk" -version = "0.1.88" +version = "0.1.89" description = "An open source sgent service SDK" optional = false python-versions = ">=3.11,<3.13" @@ -6788,4 +6788,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "7300b56674831c24153dd0c43edfcc3286cbd95efbeea55d6ff0365171f72940" +content-hash = "c68ef7e78a64d7c5b688e9febe8b23872193ba27585d558bdf4b685fb694ad6d" diff --git a/examples/pyproject.toml b/examples/pyproject.toml index 049c4370b..5d89df5f8 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "eidolon_examples" -version = "0.1.64" +version = "0.1.65" description = "" authors = [ "Luke Lalor ",] readme = "README.md" @@ -14,13 +14,13 @@ line-length = 121 [tool.eidolon] update-tag = "examples" -last-update-hash = "85f460f3c2edcab333f746cce3c2736efc7ba5de" +last-update-hash = "5159a21302654a851b3fa01906b8fd2018b9db70" [tool.poetry.dependencies] python = ">=3.11,<3.13" setuptools = ">=69.0.2" transformers = "^4.35.2" -eidolon-ai-sdk = "^0.1.88" +eidolon-ai-sdk = "^0.1.89" eidolon-ai-client = "^0.1.27" pydub = "^0.25.1" ruamel-yaml = "^0.18.6" diff --git a/scripts/poetry.lock b/scripts/poetry.lock index f828caa0c..41c7bbb04 100644 --- a/scripts/poetry.lock +++ b/scripts/poetry.lock @@ -1542,7 +1542,7 @@ pydantic = ">=2.5.2,<3.0.0" [[package]] name = "eidolon-ai-sdk" -version = "0.1.88" +version = "0.1.89" description = "An open source sgent service SDK" optional = true python-versions = ">=3.11,<3.13" diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index c88ffc656..3bbf9a076 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "eidolon-ai-sdk" -version = "0.1.88" +version = "0.1.89" description = "An open source sgent service SDK" authors = [ "Luke Lalor ",] readme = "README.md" @@ -15,7 +15,7 @@ line-length = 121 [tool.eidolon] update-tag = "sdk" -last-update-hash = "85f460f3c2edcab333f746cce3c2736efc7ba5de" +last-update-hash = "5159a21302654a851b3fa01906b8fd2018b9db70" [tool.poetry.urls] Github = "https://github.com/eidolon-ai/eidolon"