Skip to content

Commit

Permalink
bumping eidolon version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor authored and github-actions[bot] committed Nov 14, 2024
1 parent 2464ed9 commit 8bd1e0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG EIDOLON_VERSION=0.1.167
ARG EIDOLON_VERSION=0.1.168
FROM python:3.11-slim AS builder
RUN pip install poetry
RUN poetry config virtualenvs.create false --local
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ foo = "eidolon_ai_sdk.bin.agent_http_server:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
eidolon-ai-sdk = "^0.1.167"
eidolon-ai-sdk = "^0.1.168"

[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.24.0"
Expand Down

0 comments on commit 8bd1e0b

Please sign in to comment.