Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor authored and github-actions[bot] committed Aug 28, 2024
1 parent 58ad638 commit e37c602
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions client/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <lukehlalor@gmail.com>",]
readme = "README.md"
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions examples/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <lukehlalor@gmail.com>",]
readme = "README.md"
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions scripts/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <lukehlalor@gmail.com>",]
readme = "README.md"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"version": "1.0.59",
"version": "1.0.60",
"scripts": {
"build": "turbo build",
"watch": "turbo watch",
Expand All @@ -29,6 +29,6 @@
"node": ">=18"
},
"eidolon": {
"last-update-hash": "87752c9466c654016148303a5862cac9a825a9d6"
"last-update-hash": "58ad6388bf004676724514c9b979732405908550"
}
}

0 comments on commit e37c602

Please sign in to comment.