diff --git a/clients/python/poetry.lock b/clients/python/poetry.lock index 1310f3b7..1bc184c5 100644 --- a/clients/python/poetry.lock +++ b/clients/python/poetry.lock @@ -708,13 +708,13 @@ files = [ [[package]] name = "huggingface-hub" -version = "0.26.5" +version = "0.27.0" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = true python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.26.5-py3-none-any.whl", hash = "sha256:fb7386090bbe892072e64b85f7c4479fd2d65eea5f2543327c970d5169e83924"}, - {file = "huggingface_hub-0.26.5.tar.gz", hash = "sha256:1008bd18f60bfb65e8dbc0a97249beeeaa8c99d3c2fa649354df9fa5a13ed83b"}, + {file = "huggingface_hub-0.27.0-py3-none-any.whl", hash = "sha256:8f2e834517f1f1ddf1ecc716f91b120d7333011b7485f665a9a412eacb1a2a81"}, + {file = "huggingface_hub-0.27.0.tar.gz", hash = "sha256:902cce1a1be5739f5589e560198a65a8edcfd3b830b1666f36e4b961f0454fac"}, ] [package.dependencies] @@ -2284,4 +2284,4 @@ hf = ["huggingface-hub"] [metadata] lock-version = "2.0" python-versions = ">= 3.9, < 4.0" -content-hash = "dc63a589c45f8e27b1e54f471957e97ff241800786af0e62d1c004b7b6538c1c" +content-hash = "d827bd45dcd093cb2bb79340259a18c514cb7c94a038285128a3c07cdd3fe11c" diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 0ea44a74..da5c2a2f 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -26,7 +26,7 @@ nest-asyncio = "^1.6.0" # necessary for modern type annotations using pydantic on 3.9 eval-type-backport = "^0.2.0" -huggingface-hub = { version = ">=0.20.1,<0.27.0", optional = true } +huggingface-hub = { version = ">=0.20.1,<0.28.0", optional = true } [tool.poetry.extras] hf = ["huggingface-hub"]