diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index 402eabaff..e9bd2a4b7 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "eidolon-ai-client" -version = "0.1.32" +version = "0.1.33" description = "Eidolon python client and CLI" authors = [ "Luke Lalor ",] readme = "README.md" @@ -14,7 +14,7 @@ line-length = 121 [tool.eidolon] update-tag = "client" -last-update-hash = "56f7b5e8976c741256bfd409b7b705517a07fcdb" +last-update-hash = "58ad6388bf004676724514c9b979732405908550" [tool.poetry.scripts] eidolon-cli = "eidolon_ai_client.cli:app" diff --git a/examples/poetry.lock b/examples/poetry.lock index 6870e0282..3d3c62373 100644 --- a/examples/poetry.lock +++ b/examples/poetry.lock @@ -1482,7 +1482,7 @@ gmpy2 = ["gmpy2"] [[package]] name = "eidolon-ai-client" -version = "0.1.32" +version = "0.1.33" description = "Eidolon python client and CLI" optional = false python-versions = ">=3.8,<3.13" @@ -1523,7 +1523,7 @@ pydantic = ">=2.5.2,<3.0.0" [[package]] name = "eidolon-ai-sdk" -version = "0.1.112" +version = "0.1.113" description = "An open source sgent service SDK" optional = false python-versions = ">=3.10,<3.13" @@ -1541,7 +1541,7 @@ boto3 = "^1.34.74" boto3-stubs = {version = "^1.34.74", extras = ["essential"]} chromadb = ">=0.4.18" dill = "^0.3.8" -eidolon-ai-client = "^0.1.32" +eidolon-ai-client = "^0.1.33" eidolon-ai-mistralai = "^0.1.6a" eidolon-ai-usage-client = "^0.1.8" esprima = "^4.0.1" @@ -6851,4 +6851,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "e1f73a74dab57fdfe8d2761d8970da6c3366ea1c4783990c1eadbe7d70665b9c" +content-hash = "e1eb515cb72b98907bdaa15a1d8b2da217ff9aff6e53a31c51a62f8ca9a52f61" diff --git a/examples/pyproject.toml b/examples/pyproject.toml index f5e3a558b..11f17e783 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.88" +version = "0.1.89" description = "" authors = [ "Luke Lalor ",] readme = "README.md" @@ -14,14 +14,14 @@ line-length = 121 [tool.eidolon] update-tag = "examples" -last-update-hash = "18f2cf6f2d97973c1111c4ff343cd819d7ae6ae9" +last-update-hash = "58ad6388bf004676724514c9b979732405908550" [tool.poetry.dependencies] python = ">=3.11,<3.13" setuptools = ">=69.0.2" transformers = "^4.35.2" -eidolon-ai-sdk = "^0.1.112" -eidolon-ai-client = "^0.1.32" +eidolon-ai-sdk = "^0.1.113" +eidolon-ai-client = "^0.1.33" pydub = "^0.25.1" ruamel-yaml = "^0.18.6" kubernetes = "^29.0.0" diff --git a/scripts/poetry.lock b/scripts/poetry.lock index 71ecbe0c2..b4f83feba 100644 --- a/scripts/poetry.lock +++ b/scripts/poetry.lock @@ -1490,7 +1490,7 @@ gmpy2 = ["gmpy2"] [[package]] name = "eidolon-ai-client" -version = "0.1.32" +version = "0.1.33" description = "Eidolon python client and CLI" optional = true python-versions = ">=3.8,<3.13" @@ -1531,7 +1531,7 @@ pydantic = ">=2.5.2,<3.0.0" [[package]] name = "eidolon-ai-sdk" -version = "0.1.112" +version = "0.1.113" description = "An open source sgent service SDK" optional = true python-versions = ">=3.10,<3.13" @@ -1549,7 +1549,7 @@ boto3 = "^1.34.74" boto3-stubs = {version = "^1.34.74", extras = ["essential"]} chromadb = ">=0.4.18" dill = "^0.3.8" -eidolon-ai-client = "^0.1.32" +eidolon-ai-client = "^0.1.33" eidolon-ai-mistralai = "^0.1.6a" eidolon-ai-usage-client = "^0.1.8" esprima = "^4.0.1" diff --git a/sdk/poetry.lock b/sdk/poetry.lock index ac2a94ff4..22a7e5ff1 100644 --- a/sdk/poetry.lock +++ b/sdk/poetry.lock @@ -1560,7 +1560,7 @@ gmpy2 = ["gmpy2"] [[package]] name = "eidolon-ai-client" -version = "0.1.32" +version = "0.1.33" description = "Eidolon python client and CLI" optional = false python-versions = ">=3.8,<3.13" @@ -6860,4 +6860,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "5489ca01f8c2e0e6dc6c2bfbf1581ea131a8f89a476d9957dd37739f34e88fa6" +content-hash = "1a1299d4f1641cc31f455ea4309b68f6431431d817473b87dc20f4b7e816ac75" diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index a8fe5e1a8..9ca20bcbb 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.112" +version = "0.1.113" 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 = "18f2cf6f2d97973c1111c4ff343cd819d7ae6ae9" +last-update-hash = "58ad6388bf004676724514c9b979732405908550" [tool.poetry.urls] Github = "https://github.com/eidolon-ai/eidolon" @@ -59,7 +59,7 @@ opentelemetry-instrumentation-fastapi = ">=0.44b0" opentelemetry-instrumentation-logging = ">=0.44b0" opentelemetry-sdk = ">=1.23.0" eidolon-ai-mistralai = "^0.1.6a" -eidolon-ai-client = "^0.1.32" +eidolon-ai-client = "^0.1.33" eidolon-ai-usage-client = "^0.1.8" boto3 = "^1.34.74" azure-identity = "^1.16.0" diff --git a/webui/package.json b/webui/package.json index 73dc2e571..86b2b3b60 100644 --- a/webui/package.json +++ b/webui/package.json @@ -4,7 +4,7 @@ "workspaces": [ "packages/*" ], - "version": "1.0.59", + "version": "1.0.60", "scripts": { "build": "turbo build", "watch": "turbo watch", @@ -29,6 +29,6 @@ "node": ">=18" }, "eidolon": { - "last-update-hash": "87752c9466c654016148303a5862cac9a825a9d6" + "last-update-hash": "58ad6388bf004676724514c9b979732405908550" } } \ No newline at end of file