Skip to content

Commit c5a3a33

Browse files
Fix Dependabot alerts for third_parties (#1978)
* Fix Dependabot alerts for third_parties Signed-off-by: ZePan110 <ze.pan@intel.com> * Fix embedding-bridge Signed-off-by: ZePan110 <ze.pan@intel.com> * Fix clip Signed-off-by: ZePan110 <ze.pan@intel.com> * Fix clip cont. Signed-off-by: ZePan110 <ze.pan@intel.com> * Revert "Fix clip cont." This reverts commit 628d8d9. * Fix cont. Signed-off-by: ZePan110 <ze.pan@intel.com> * Restore clip and pathway Signed-off-by: ZePan110 <ze.pan@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: ZePan110 <ze.pan@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 746112d commit c5a3a33

File tree

9 files changed

+543
-479
lines changed

9 files changed

+543
-479
lines changed

comps/third_parties/bridgetower/src/requirements-cpu.txt

Lines changed: 106 additions & 91 deletions
Large diffs are not rendered by default.

comps/third_parties/bridgetower/src/requirements-gpu.txt

Lines changed: 126 additions & 111 deletions
Large diffs are not rendered by default.

comps/third_parties/bridgetower/src/requirements.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ aiohttp
22
docarray[full]
33
fastapi
44
huggingface_hub
5-
langchain
5+
langchain<1.0.0
6+
langchain-core>=0.3.81
7+
langchain-text-splitters>=0.3.9
68
opentelemetry-api
79
opentelemetry-exporter-otlp
810
opentelemetry-sdk
11+
pillow>=11.3.0
912
prometheus-fastapi-instrumentator
1013
pydantic==2.8.2
1114
shortuuid
15+
starlette>=0.49.1
1216
torch
1317
torchvision
1418
transformers
19+
urllib3>=2.6.0
1520
uvicorn

comps/third_parties/clip/src/requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ starlette>=0.49.1
1919
transformers>=4.52.4
2020
urllib3>=2.6.0
2121
uvicorn
22-

0 commit comments

Comments
 (0)