diff --git a/api/poetry.lock b/api/poetry.lock index bdb702c0f29..8da836c4ed3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -914,13 +914,13 @@ files = [ [[package]] name = "huggingface-hub" -version = "0.24.6" +version = "0.25.0" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = false python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.24.6-py3-none-any.whl", hash = "sha256:a990f3232aa985fe749bc9474060cbad75e8b2f115f6665a9fda5b9c97818970"}, - {file = "huggingface_hub-0.24.6.tar.gz", hash = "sha256:cc2579e761d070713eaa9c323e3debe39d5b464ae3a7261c39a9195b27bb8000"}, + {file = "huggingface_hub-0.25.0-py3-none-any.whl", hash = "sha256:e2f357b35d72d5012cfd127108c4e14abcd61ba4ebc90a5a374dc2456cb34e12"}, + {file = "huggingface_hub-0.25.0.tar.gz", hash = "sha256:fb5fbe6c12fcd99d187ec7db95db9110fb1a20505f23040a5449a717c1a0db4d"}, ] [package.dependencies] @@ -2039,4 +2039,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "6aa9d590ab2b48635a26318f9e0a21af051381d6c196f3a89bfb24b6e814885b" +content-hash = "f62d099acf4d80022a06bdb4840aedc2e8383cab3c761edf652f761a0452df07" diff --git a/api/pyproject.toml b/api/pyproject.toml index 65604525714..e688aaf8009 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -30,7 +30,7 @@ starlette = "^0.26.1" typing-extensions = "^4.12.2" urllib3 = "^2.2.3" fastapi = "^0.95.1" -huggingface-hub = "^0.24.6" +huggingface-hub = "^0.25.0" requests = "^2.32.3" langchain = "^0.0.180" loguru = "^0.7.2"