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 20, 2024
1 parent 22d541d commit e61047c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/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 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.84"
version = "0.1.85"
description = ""
authors = [ "Luke Lalor <lukehlalor@gmail.com>",]
readme = "README.md"
Expand All @@ -14,13 +14,13 @@ line-length = 121

[tool.eidolon]
update-tag = "examples"
last-update-hash = "3b1efd34bb6ebdba54e098f86cacedc89f7b15b6"
last-update-hash = "22d541d0bb7de1c2b9f52e2a2bddfc3b4ca3fe88"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
setuptools = ">=69.0.2"
transformers = "^4.35.2"
eidolon-ai-sdk = "^0.1.108"
eidolon-ai-sdk = "^0.1.109"
eidolon-ai-client = "^0.1.32"
pydub = "^0.25.1"
ruamel-yaml = "^0.18.6"
Expand Down
2 changes: 1 addition & 1 deletion 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/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.108"
version = "0.1.109"
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 = "3b1efd34bb6ebdba54e098f86cacedc89f7b15b6"
last-update-hash = "22d541d0bb7de1c2b9f52e2a2bddfc3b4ca3fe88"

[tool.poetry.urls]
Github = "https://github.com/eidolon-ai/eidolon"
Expand Down
8 changes: 5 additions & 3 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.56",
"version": "1.0.57",
"scripts": {
"build": "turbo build",
"start": "npm --prefix apps/eidolon-ui2 run start",
Expand All @@ -13,7 +13,9 @@
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"resolutions": { "cheerio": "1.0.0-rc.12" },
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@repo/eslint-config": "workspace:*",
Expand All @@ -29,6 +31,6 @@
"next": "14.1.3"
},
"eidolon": {
"last-update-hash": "af7c089e9c23f118d05b3bab051bfdf2e99a4990"
"last-update-hash": "22d541d0bb7de1c2b9f52e2a2bddfc3b4ca3fe88"
}
}

0 comments on commit e61047c

Please sign in to comment.