Skip to content

Commit 6f32fa5

Browse files
chore(deps-dev): update huggingface-hub requirement in /backend
Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v0.19.0...v1.15.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 970b3cf commit 6f32fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ data-process = [
3030
"flower>=2.0.1",
3131
"nest_asyncio>=1.5.6",
3232
"unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14",
33-
"huggingface_hub>=0.19.0,<0.21.0"
33+
"huggingface_hub>=0.19.0,<1.16.0"
3434
]
3535
test = [
3636
"pytest",

0 commit comments

Comments
 (0)