Skip to content

Commit e94b855

Browse files
authored
Merge pull request #444 from Mng-dev-ai/bump/anthropic-bridge-0.1.41-claude-code-2.1.87
Bump anthropic-bridge and Claude Code
2 parents 74f871e + 82951a6 commit e94b855

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | d
2727
apt-get install -y gh && \
2828
rm -rf /var/lib/apt/lists/*
2929

30-
RUN npm install -g @anthropic-ai/claude-code@2.1.76 @openai/codex @playwright/mcp@latest
30+
RUN npm install -g @anthropic-ai/claude-code@2.1.87 @openai/codex @playwright/mcp@latest
3131

3232
# Install uv package manager
3333
RUN curl -LsSf https://astral.sh/uv/install.sh | bash

backend/requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ annotated-doc==0.0.4
2020
# via fastapi
2121
annotated-types==0.7.0
2222
# via pydantic
23-
anthropic-bridge==0.1.40
23+
anthropic-bridge==0.1.41
2424
# via -r requirements.txt
2525
anyio==4.12.1
2626
# via

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ wtforms
2929
redis
3030
PyYAML>=6.0
3131
python-json-logger>=2.0.0
32-
anthropic-bridge==0.1.40
32+
anthropic-bridge==0.1.41

desktop/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ sse-starlette
2424
wtforms
2525
PyYAML>=6.0
2626
python-json-logger>=2.0.0
27-
anthropic-bridge==0.1.40
27+
anthropic-bridge==0.1.41
2828
alembic

sandbox/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
9090
nvm alias default $NODE_VERSION
9191

9292
RUN . "$NVM_DIR/nvm.sh" && \
93-
npm install -g @anthropic-ai/claude-code@2.1.76 @openai/codex @gongrzhe/server-gmail-autoauth-mcp @playwright/mcp@latest
93+
npm install -g @anthropic-ai/claude-code@2.1.87 @openai/codex @gongrzhe/server-gmail-autoauth-mcp @playwright/mcp@latest
9494

9595
RUN python3 -m pip install --user --upgrade pip && \
9696
python3 -m pip install --user \
@@ -99,7 +99,7 @@ RUN python3 -m pip install --user --upgrade pip && \
9999
requests \
100100
pydantic \
101101
mcp \
102-
anthropic-bridge==0.1.40
102+
anthropic-bridge==0.1.41
103103

104104
RUN echo '#!/bin/bash\nexec echo $GITHUB_TOKEN' > /home/user/.git-askpass.sh && \
105105
chmod +x /home/user/.git-askpass.sh

0 commit comments

Comments
 (0)