Compare commits
1 commit
cf340d3575
...
810ff1449a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
810ff1449a |
2 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.14-slim
|
FROM python:3.13-slim
|
||||||
|
|
||||||
ENV PYTHONUNBUFFERED=1 \
|
ENV PYTHONUNBUFFERED=1 \
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@ aiosignal==1.4.0
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.13.0
|
anyio==4.13.0
|
||||||
async-timeout==5.0.1
|
async-timeout==5.0.1
|
||||||
attrs==26.1.0
|
attrs==25.4.0
|
||||||
certifi==2026.4.22
|
certifi==2026.4.22
|
||||||
click==8.3.3
|
click==8.3.3
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
exceptiongroup==1.3.1
|
exceptiongroup==1.3.0
|
||||||
fastapi==0.136.1
|
fastapi==0.136.1
|
||||||
fastapi-sse==1.1.1
|
fastapi-sse==1.1.1
|
||||||
frozenlist==1.8.0
|
frozenlist==1.8.0
|
||||||
|
|
@ -23,9 +23,9 @@ openai==1.109.1
|
||||||
orjson>=3.11.5
|
orjson>=3.11.5
|
||||||
numpy>=1.26
|
numpy>=1.26
|
||||||
pillow==12.2.0
|
pillow==12.2.0
|
||||||
propcache==0.5.2
|
propcache==0.4.1
|
||||||
pydantic==2.13.4
|
pydantic==2.11.7
|
||||||
pydantic-settings==2.14.1
|
pydantic-settings==2.10.1
|
||||||
pydantic_core==2.46.4
|
pydantic_core==2.46.4
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
PyYAML==6.0.3
|
PyYAML==6.0.3
|
||||||
|
|
@ -35,7 +35,7 @@ truststore==0.10.4
|
||||||
tiktoken==0.12.0
|
tiktoken==0.12.0
|
||||||
tqdm==4.67.3
|
tqdm==4.67.3
|
||||||
typing-inspection==0.4.2
|
typing-inspection==0.4.2
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.14.1
|
||||||
uvicorn==0.46.0
|
uvicorn==0.46.0
|
||||||
uvloop
|
uvloop
|
||||||
yarl==1.23.0
|
yarl==1.23.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue