We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911dfe2 commit bdfa57cCopy full SHA for bdfa57c
src/Dockerfile_ecs
@@ -1,4 +1,4 @@
1
-FROM public.ecr.aws/docker/library/python:3.12-slim
+FROM public.ecr.aws/docker/library/python:3.13-slim
2
3
WORKDIR /app
4
src/requirements.txt
@@ -1,9 +1,9 @@
-fastapi==0.115.8
-pydantic==2.7.1
+fastapi==0.116.1
+pydantic==2.11.4
uvicorn==0.29.0
mangum==0.17.0
5
-tiktoken==0.6.0
+tiktoken==0.9.0
6
requests==2.32.4
7
-numpy==1.26.4
+numpy==2.2.5
8
boto3==1.40.4
9
-botocore==1.40.4
+botocore==1.40.4
0 commit comments