From 379028ab65525f9de55c3f356f76ed804396da2a Mon Sep 17 00:00:00 2001 From: thebaptiste Date: Tue, 14 Jul 2026 11:34:24 +0000 Subject: [PATCH] feat: bump transformers from 5.3.0 to 5.5.4 (fix high CVE-2026-5241) (cherry picked from commit fcde2700d1275f288da5f05d7e6cd6e5cbcf6326) # Conflicts: # .metwork-framework/components.md # layers/layer5_python3_ia/0500_extra_packages/requirements3.txt --- .metwork-framework/components.md | 8 ++++++++ .../0500_extra_packages/requirements3.txt | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index af030f4..edff6f6 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -70,11 +70,19 @@ | [timm](https://github.com/huggingface/pytorch-image-models) | 1.0.15 | python3_ia | | [tokenizers](https://github.com/huggingface/tokenizers) | 0.21.1 | python3_ia | | [torch-geometric](https://pyg.org) | 2.7.0 | python3_ia | +<<<<<<< HEAD | [torch](https://pytorch.org/) | 2.7.1 | python3_ia | | [torchmetrics](https://github.com/Lightning-AI/torchmetrics) | 1.7.1 | python3_ia | | [torchvision](https://github.com/pytorch/vision) | 0.22.1 | python3_ia | | [transformers](https://github.com/huggingface/transformers) | 4.52.1 | python3_ia | | [triton](https://github.com/triton-lang/triton/) | 3.3.1 | python3_ia | +======= +| [torch](https://pytorch.org) | 2.12.0 | python3_ia | +| [torchmetrics](https://github.com/Lightning-AI/torchmetrics) | 1.9.0 | python3_ia | +| [torchvision](https://github.com/pytorch/vision) | 0.27.0 | python3_ia | +| [transformers](https://github.com/huggingface/transformers) | 5.5.4 | python3_ia | +| [triton](https://github.com/triton-lang/triton/) | 3.7.0 | python3_ia | +>>>>>>> fcde270 (feat: bump transformers from 5.3.0 to 5.5.4 (fix high CVE-2026-5241)) | [typeshed_client](https://github.com/JelleZijlstra/typeshed_client) | 2.8.2 | python3_ia | *(76 components)* diff --git a/layers/layer5_python3_ia/0500_extra_packages/requirements3.txt b/layers/layer5_python3_ia/0500_extra_packages/requirements3.txt index fb7c2e6..ac413a7 100644 --- a/layers/layer5_python3_ia/0500_extra_packages/requirements3.txt +++ b/layers/layer5_python3_ia/0500_extra_packages/requirements3.txt @@ -71,6 +71,11 @@ torch==2.7.1 torchmetrics==1.7.1 torchvision==0.22.1 torch-geometric==2.7.0 +<<<<<<< HEAD transformers==4.52.1 triton==3.3.1 +======= +transformers==5.5.4 +triton==3.7.0 +>>>>>>> fcde270 (feat: bump transformers from 5.3.0 to 5.5.4 (fix high CVE-2026-5241)) typeshed-client==2.8.2