Skip to content

Commit b851f09

Browse files
fix: Relax the huggingface-hub version (#500)
1 parent 692f6a1 commit b851f09

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.0
2+
3+
### Fix
4+
- Relax `huggingface-hub` lower bound from `>=1.4.1` to `>=0.22.0` (the `>=1.4.1` was an artifact of the uv migration and broke compatibility with `transformers<5.0`)
5+
16
## 1.5.5
27

38
### Enhancement

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "Apache-2.0"
1919
keywords = ["NLP", "PDF", "HTML", "CV", "XML", "parsing", "preprocessing"]
2020
dynamic = ["version"]
2121
dependencies = [
22-
"huggingface-hub>=1.4.1",
22+
"huggingface-hub>=0.22.0",
2323
"numpy>=2.4.2",
2424
"opencv-python>=4.13.0.90",
2525
"onnx>=1.20.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.5" # pragma: no cover
1+
__version__ = "1.6.0" # pragma: no cover

uv.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)