File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed
Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ RUN git clone --depth 1 https://github.com/opea-project/GenAIComps.git
2626WORKDIR /home/user/GenAIComps
2727RUN pip install --no-cache-dir --upgrade pip==24.3.1 setuptools==78.1.1 && \
2828 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
29- pip install --no-cache-dir --upgrade mcp==1.10.0 pillow==11.3.0
29+ pip install --no-cache-dir --upgrade mcp==1.23.0 pillow==11.3.0 \
30+ langchain-core==0.3.80 urllib3==2.6.0 starlette==0.49.1
3031
3132COPY ./templates/microservices/* /home/user/templates/microservices/
3233COPY ./megaservice.py /home/user/megaservice.py
Original file line number Diff line number Diff line change 1- fastapi == 0.115.4
1+ fastapi == 0.120.0
22uvicorn == 0.30.6
33kubernetes == 30.1.0
44requests == 2.32.3
5- urllib3 == 2.0 .0
5+ urllib3 == 2.6 .0
66pydantic == 1.10.18
7- starlette == 0.41.2
7+ starlette == 0.49.1
88websockets == 10.3
99clickhouse-driver == 0.2.9
1010paramiko == 3.5.1
Original file line number Diff line number Diff line change 11pytest == 8.3.3
2- fastapi == 0.115 .0
2+ fastapi == 0.120 .0
33httpx == 0.27.2
44kubernetes == 30.1.0
55pydantic == 1.10.18
6- urllib3 == 2.0 .0
6+ urllib3 == 2.6 .0
Original file line number Diff line number Diff line change 5959 ],
6060 "overrides" : {
6161 "set-value" : " ^3.0.3" ,
62- "form-data" : " 4.0.4"
62+ "form-data" : " 4.0.4" ,
63+ "@modelcontextprotocol/sdk" : " 1.24.0" ,
64+ "axios" : " 1.12.0" ,
65+ "cross-spawn" : " 7.0.5" ,
66+ "glob" : " 11.1.0"
6367 },
6468 "peerDependencyRules" : {
6569 "ignoreMissing" : [],
7579 "@google/generative-ai" : " ^0.15.0" ,
7680 "openai" : " 4.57.3" ,
7781 "@langchain/core" : " 0.2.18" ,
78- "axios" : " 1.8.2 " ,
82+ "axios" : " 1.12.0 " ,
7983 "nth-check" : " 2.0.1" ,
8084 "pdfjs-dist" : " 4.2.67" ,
8185 "prismjs" : " 1.27.0" ,
8286 "semver" : " 7.5.2" ,
8387 "ws" : " 8.17.1" ,
8488 "esbuild" : " >=0.25.0" ,
85- "cross-spawn" : " >=7.0.5" ,
89+ "cross-spawn" : " 7.0.5" ,
90+ "glob" : " 11.1.0" ,
8691 "solid-js" : " >=1.9.4" ,
8792 "tar-fs" : " >=3.0.8" ,
8893 "form-data" : " 4.0.4" ,
You can’t perform that action at this time.
0 commit comments