File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3333RUN curl -LsSf https://astral.sh/uv/install.sh | bash
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ annotated-doc==0.0.4
2020 # via fastapi
2121annotated-types==0.7.0
2222 # via pydantic
23- anthropic-bridge==0.1.40
23+ anthropic-bridge==0.1.41
2424 # via -r requirements.txt
2525anyio==4.12.1
2626 # via
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ wtforms
2929redis
3030PyYAML >= 6.0
3131python-json-logger >= 2.0.0
32- anthropic-bridge == 0.1.40
32+ anthropic-bridge == 0.1.41
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ sse-starlette
2424wtforms
2525PyYAML >= 6.0
2626python-json-logger >= 2.0.0
27- anthropic-bridge == 0.1.40
27+ anthropic-bridge == 0.1.41
2828alembic
Original file line number Diff line number Diff 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
9292RUN . "$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
9595RUN 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
104104RUN echo '#!/bin/bash\n exec echo $GITHUB_TOKEN' > /home/user/.git-askpass.sh && \
105105 chmod +x /home/user/.git-askpass.sh
You can’t perform that action at this time.
0 commit comments