Skip to content

Commit 4cf5da1

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.30.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 7d811c6 commit 4cf5da1

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
@@ -38,7 +38,7 @@ data-process = [
3838
"flower>=2.0.1",
3939
"nest_asyncio>=1.5.6",
4040
"unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14",
41-
"huggingface_hub>=0.30.0,<1.0"
41+
"huggingface_hub>=0.30.0,<2.0"
4242
]
4343
test = [
4444
"pytest",

0 commit comments

Comments
 (0)