Skip to content

Commit 7d851f4

Browse files
committed
chore: update Python base image and adjust dependency versions - Change Dockerfile to use Python 3.12.8-slim-bullseye - Update pydantic and typing_extensions versions in requirements.txt for better compatibility
1 parent b830d28 commit 7d851f4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.3-slim-bullseye
1+
FROM python:3.12.8-slim-bullseye
22

33
RUN apt-get update && apt-get install -y build-essential ffmpeg curl
44

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ pkginfo==1.10.0
4646
platformdirs==4.2.0
4747
prompt-toolkit==3.0.36
4848
pycodestyle==2.12.1
49-
pydantic==2.6.4
50-
pydantic_core==2.16.3
49+
pydantic>=2.10.0
5150
pydub==0.25.1
5251
pyflakes==3.2.0
5352
Pygments==2.17.2
@@ -70,7 +69,7 @@ tokenizers==0.15.2
7069
tomlkit==0.12.4
7170
tqdm==4.66.2
7271
twine==6.1.0
73-
typing_extensions==4.10.0
72+
typing_extensions>=4.12.2
7473
urllib3==2.2.1
7574
wcwidth==0.2.13
7675
websockets==13.1

0 commit comments

Comments
 (0)