chore: update requirements to fix vulnerability (#177)
* chore: update requirements to fix vulnerability * Update Python base image to version 3.13-slim
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM public.ecr.aws/docker/library/python:3.12-slim
|
FROM public.ecr.aws/docker/library/python:3.13-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
fastapi==0.115.8
|
fastapi==0.116.1
|
||||||
pydantic==2.7.1
|
pydantic==2.11.4
|
||||||
uvicorn==0.29.0
|
uvicorn==0.29.0
|
||||||
mangum==0.17.0
|
mangum==0.17.0
|
||||||
tiktoken==0.6.0
|
tiktoken==0.9.0
|
||||||
requests==2.32.4
|
requests==2.32.4
|
||||||
numpy==1.26.4
|
numpy==2.2.5
|
||||||
boto3==1.40.4
|
boto3==1.40.4
|
||||||
botocore==1.40.4
|
botocore==1.40.4
|
||||||
Reference in New Issue
Block a user