Skip to content

Commit 6d87ac7

Browse files
LukeLalorgithub-actions[bot]
authored andcommitted
bumping eidolon version
1 parent 9da93e6 commit 6d87ac7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG EIDOLON_VERSION=0.1.169
1+
ARG EIDOLON_VERSION=0.1.170
22
FROM python:3.11-slim AS builder
33
RUN pip install poetry
44
RUN poetry config virtualenvs.create false --local

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ foo = "eidolon_ai_sdk.bin.agent_http_server:main"
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<3.13"
14-
eidolon-ai-sdk = "^0.1.169"
14+
eidolon-ai-sdk = "^0.1.170"
1515
watchfiles = "^0.24.0"
1616

1717
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)