Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 6a87e94

Browse files
authored
Merge branch 'main' into issue-929
2 parents 44177a3 + 8b2993b commit 6a87e94

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/feature-launcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [labeled]
55
jobs:
66
notify-discord:
7-
if: github.event.label.name == 'feature-release'
7+
if: github.event.label.name == 'feature-spotlight'
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Send Feature Release Notification to Discord

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
chmod -R 777 ./codegate_volume
5454
5555
- name: Download the CodeGate container image
56-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
56+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
5757
with:
5858
name: ${{ inputs.artifact-name }}
5959

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY . /app
2727
RUN sed -i "s/_VERSION =.*/_VERSION = \"${CODEGATE_VERSION}\"/g" /app/src/codegate/__init__.py
2828

2929
# Build the webapp
30-
FROM docker.io/library/node:23-slim@sha256:f498ea1bec900d539ddba9ae881bf5f69d9052fdefc28e50479b85e284fac54c AS webbuilder
30+
FROM docker.io/library/node:23-slim@sha256:054f13a53d12afb8ba84a6e8fdcdf54e1a99a93250426c83fd5e3d38343577c2 AS webbuilder
3131

3232

3333

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PyYAML = "==6.0.2"
1414
fastapi = "==0.115.8"
1515
uvicorn = "==0.34.0"
1616
structlog = "==25.1.0"
17-
litellm = "==1.61.15"
17+
litellm = "==1.61.16"
1818
llama_cpp_python = "==0.3.5"
1919
cryptography = "==44.0.1"
2020
sqlalchemy = "==2.0.38"
@@ -50,7 +50,7 @@ ruff = "==0.9.7"
5050
bandit = "==1.8.3"
5151
build = "==1.2.2.post1"
5252
wheel = "==0.45.1"
53-
litellm = "==1.61.15"
53+
litellm = "==1.61.16"
5454
pytest-asyncio = "==0.25.3"
5555
llama_cpp_python = "==0.3.5"
5656
scikit-learn = "==1.6.1"

0 commit comments

Comments
 (0)