File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.10
1+ 3.12
Original file line number Diff line number Diff line change 1- FROM python:3.11 -slim
1+ FROM python:3.12 -slim
22WORKDIR /AstrBot
33
44COPY . /AstrBot/
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y curl gnupg \
2323 && apt-get install -y nodejs
2424
2525RUN python -m pip install uv \
26- && echo "3.11 " > .python-version
26+ && echo "3.12 " > .python-version
2727RUN uv pip install -r requirements.txt --no-cache-dir --system
2828RUN uv pip install socksio uv pilk --no-cache-dir --system
2929
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "AstrBot"
33version = " 4.14.6"
44description = " Easy-to-use multi-platform LLM chatbot and development framework"
55readme = " README.md"
6- requires-python = " >=3.10 "
6+ requires-python = " >=3.12 "
77
88keywords = [" Astrbot" , " Astrbot Module" , " Astrbot Plugin" ]
99
@@ -61,6 +61,7 @@ dependencies = [
6161 " xinference-client" ,
6262 " tenacity>=9.1.2" ,
6363 " shipyard-python-sdk>=0.2.4" ,
64+ " python-socks>=2.8.0" ,
6465]
6566
6667[dependency-groups ]
You can’t perform that action at this time.
0 commit comments