fix security

This commit is contained in:
Ishaan Jaffer 2025-09-26 19:31:56 -07:00
parent 9c8a2e8bff
commit 03e73c9b7c
2 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,9 @@ USER root
# Install runtime dependencies
RUN apk add --no-cache openssl tzdata
# Upgrade pip to fix CVE-2025-8869
RUN pip install --upgrade pip>=24.3.1
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . .

View File

@ -41,7 +41,7 @@ opentelemetry-sdk==1.25.0
opentelemetry-exporter-otlp==1.25.0
sentry_sdk==2.21.0 # for sentry error handling
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
cryptography==43.0.1
cryptography==44.0.1
tzdata==2025.1 # IANA time zone database
litellm-proxy-extras==0.2.21 # for proxy extras - e.g. prisma migrations
### LITELLM PACKAGE DEPENDENCIES