Skip to content

Commit 8ba197a

Browse files
Merge pull request #8 from zayn-0101/fix/hermes-lark-oapi-168
fix(hermes-agent): bump lark-oapi to 1.6.8 to fix broken Feishu channel in 2026.7.20
2 parents f58c933 + 39c93df commit 8ba197a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hermes-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV HERMES_DASHBOARD=1 \
1616
PATH=/opt/hermes/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1717

1818
RUN chmod -R u+w /opt/hermes/.venv && \
19-
uv pip install --no-cache-dir "lark-oapi==1.5.3" "qrcode==7.4.2" && \
19+
uv pip install --no-cache-dir "lark-oapi==1.6.8" "qrcode==7.4.2" && \
2020
chown -R root:root /opt/hermes/.venv && \
2121
chmod -R a+rX /opt/hermes/.venv && \
2222
chmod -R a-w /opt/hermes/.venv

0 commit comments

Comments
 (0)