Skip to content

Commit ea60d70

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.19.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54bee0f commit ea60d70

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
@@ -34,7 +34,7 @@ data-process = [
3434
"flower>=2.0.1",
3535
"nest_asyncio>=1.5.6",
3636
"unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14",
37-
"huggingface_hub>=0.19.0,<0.21.0"
37+
"huggingface_hub>=0.19.0,<1.20.0"
3838
]
3939
test = [
4040
"pytest",

0 commit comments

Comments
 (0)