Skip to content

Commit 025815b

Browse files
authored
feat: bump transformers from 4.53.3 to 5.3.0 (fix moderate CVE-2026-1… (#264)
also upgrade : - huggingface_hub from 0.31.4 to 1.5.0 - tokenizers from 0.21.1 to 0.22.2 and add : - annotated-doc 0.0.4 - hf-xet 1.4.3 - tensorboardX 2.6.5 (previously missing, nothing to do with transformers)
1 parent 54f733b commit 025815b

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

.metwork-framework/components.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
| Name | Version | Layer |
22
| --- | --- | --- |
33
| [absl-py](https://github.com/abseil/abseil-py) | 2.2.2 | python3_ia |
4+
| [annotated-doc](https://github.com/fastapi/annotated-doc) | 0.0.4 | python3_ia |
45
| [antlr4-python3-runtime](http://www.antlr.org) | 4.9.3 | python3_ia |
56
| [astunparse](https://github.com/simonpercivall/astunparse) | 1.6.3 | python3_ia |
67
| [axial_attention](https://github.com/lucidrains/axial-attention) | 0.6.1 | python3_ia |
@@ -16,7 +17,8 @@
1617
| [google-auth](https://github.com/googleapis/google-auth-library-python) | 2.41.1 | python3_ia |
1718
| [google-pasta](https://github.com/google/pasta) | 0.2.0 | python3_ia |
1819
| [grpcio](https://grpc.io) | 1.76.0 | python3_ia |
19-
| [huggingface_hub](https://github.com/huggingface/huggingface_hub) | 0.31.4 | python3_ia |
20+
| [hf-xet](https://github.com/huggingface/xet-core) | 1.4.3 | python3_ia |
21+
| [huggingface_hub](https://github.com/huggingface/huggingface_hub) | 1.5.0 | python3_ia |
2022
| [hydra-core](https://github.com/facebookresearch/hydra) | 1.3.2 | python3_ia |
2123
| [jsonargparse](https://pypi.org/project/jsonargparse) | 4.46.0 | python3_ia |
2224
| [jsonnet](https://jsonnet.org) | 0.21.0 | python3_ia |
@@ -63,18 +65,19 @@
6365
| [tabulate](https://github.com/astanin/python-tabulate) | 0.9.0 | python3_ia |
6466
| [tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server) | 0.7.2 | python3_ia |
6567
| [tensorboard](https://github.com/tensorflow/tensorboard) | 2.20.0 | python3_ia |
68+
| [tensorboardX](https://github.com/lanpa/tensorboardX) | 2.6.5 | python3_ia |
6669
| [tensorflow-hub](https://github.com/tensorflow/hub) | 0.16.1 | python3_ia |
6770
| [tensorflow](https://www.tensorflow.org/) | 2.20.0 | python3_ia |
6871
| [tf_keras](https://keras.io/) | 2.20.1 | python3_ia |
6972
| [tiktoken](https://github.com/openai/tiktoken) | 0.12.0 | python3_ia |
7073
| [timm](https://github.com/huggingface/pytorch-image-models) | 1.0.22 | python3_ia |
71-
| [tokenizers](https://github.com/huggingface/tokenizers) | 0.21.1 | python3_ia |
74+
| [tokenizers](https://github.com/huggingface/tokenizers) | 0.22.2 | python3_ia |
7275
| [torch-geometric](https://pyg.org) | 2.7.0 | python3_ia |
7376
| [torch](https://pytorch.org) | 2.10.0 | python3_ia |
7477
| [torchmetrics](https://github.com/Lightning-AI/torchmetrics) | 1.9.0 | python3_ia |
7578
| [torchvision](https://github.com/pytorch/vision) | 0.25.0 | python3_ia |
76-
| [transformers](https://github.com/huggingface/transformers) | 4.53.3 | python3_ia |
79+
| [transformers](https://github.com/huggingface/transformers) | 5.3.0 | python3_ia |
7780
| [triton](https://github.com/triton-lang/triton/) | 3.6.0 | python3_ia |
7881
| [typeshed_client](https://github.com/JelleZijlstra/typeshed_client) | 2.8.2 | python3_ia |
7982

80-
*(76 components)*
83+
*(79 components)*

integration_tests/0003_test_import_python3_ia/import_python3_ia.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import absl #absl_py
2+
import annotated_doc
23
import antlr4 #antlr4-python3-runtime
34
import astunparse
45
import axial_attention
@@ -12,6 +13,7 @@
1213
import google #google_auth
1314
import pasta #google_pasta
1415
import grpc #grpcio
16+
import hf_xet
1517
import huggingface_hub
1618
import hydra #hydra-core
1719
import jsonargparse
@@ -57,6 +59,7 @@
5759
import tabulate
5860
import tensorboard_data_server
5961
import tensorboard
62+
import tensorboardX
6063
import tensorflow
6164
import tensorflow_hub
6265
import tf_keras

layers/layer5_python3_ia/0500_extra_packages/allow_binary_packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ google-auth
1111
google-auth-oauthlib
1212
google-pasta
1313
grpcio
14+
hf_xet
1415
hydra-core
1516
Keras
1617
keras-nightly

layers/layer5_python3_ia/0500_extra_packages/requirements3.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
absl-py==2.2.2
2+
annotated-doc==0.0.4
23
antlr4_python3_runtime==4.9.3
34
astunparse==1.6.3
45
axial_attention==0.6.1
@@ -14,7 +15,8 @@ google-auth==2.41.1
1415
google-auth-oauthlib==1.2.2
1516
google-pasta==0.2.0
1617
grpcio==1.76.0
17-
huggingface_hub==0.31.4
18+
hf_xet==1.4.3
19+
huggingface_hub==1.5.0
1820
hydra-core==1.3.2
1921
jsonargparse==4.46.0
2022
jsonnet==0.21.0
@@ -61,16 +63,17 @@ sympy==1.14.0
6163
tabulate==0.9.0
6264
tensorboard==2.20.0
6365
tensorboard-data-server==0.7.2
66+
tensorboardx==2.6.5
6467
tensorflow==2.20.0
6568
tensorflow-hub==0.16.1
6669
tf-keras==2.20.1
6770
tiktoken==0.12.0
6871
timm==1.0.22
69-
tokenizers==0.21.1
72+
tokenizers==0.22.2
7073
torch==2.10.0
7174
torchmetrics==1.9.0
7275
torchvision==0.25.0
7376
torch-geometric==2.7.0
74-
transformers==4.53.3
77+
transformers==5.3.0
7578
triton==3.6.0
7679
typeshed-client==2.8.2

0 commit comments

Comments
 (0)