From fae14189e7cf360828e1b7988042c6ab46f6d91b Mon Sep 17 00:00:00 2001 From: Test User Date: Wed, 15 Mar 2023 09:33:17 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20set=20the=20hffs=20commi?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit until hffs has a proper release --- services/api/poetry.lock | 9 +++++---- services/api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/services/api/poetry.lock b/services/api/poetry.lock index 15d08a3349..dee43157ed 100644 --- a/services/api/poetry.lock +++ b/services/api/poetry.lock @@ -640,7 +640,7 @@ files = [ [[package]] name = "hffs" version = "0.0.1.dev0" -description = "" +description = "Filesystem interface over huggingface.co repositories" category = "main" optional = false python-versions = ">=3.7.0" @@ -654,14 +654,15 @@ packaging = ">=20.9" requests = "*" [package.extras] +dev = ["black (>=23.1,<24.0)", "pytest", "ruff (>=0.0.241)"] quality = ["black (>=23.1,<24.0)", "ruff (>=0.0.241)"] tests = ["pytest"] [package.source] type = "git" url = "https://github.com/huggingface/hffs.git" -reference = "HEAD" -resolved_reference = "63298cde9f994a0ab16c3ba89c5f7a9d140f20b2" +reference = "0e187e74d38e9436353691f4a7a26b15f0663f58" +resolved_reference = "0e187e74d38e9436353691f4a7a26b15f0663f58" [[package]] name = "html5lib" @@ -2277,4 +2278,4 @@ watchdog = ["watchdog"] [metadata] lock-version = "2.0" python-versions = "3.9.15" -content-hash = "c2136a133edb5642ff3c25862676d5e3a041fae2e10940dc418e5be6395fd151" +content-hash = "8b57c9001381e9e142c146a6522efc6bcab0dde4e6dcd9c2e50756000849c9ff" diff --git a/services/api/pyproject.toml b/services/api/pyproject.toml index 6bbfe69556..bdeaa93b8c 100644 --- a/services/api/pyproject.toml +++ b/services/api/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] environs = "^9.5.0" -hffs = {git = "https://github.com/huggingface/hffs.git"} +hffs = {git = "https://github.com/huggingface/hffs.git", rev="0e187e74d38e9436353691f4a7a26b15f0663f58"} jsonschema = "^4.17.0" libcommon = {path = "../../libs/libcommon", develop = true} pyjwt = { extras = ["crypto"], version = "^2.6.0" }