diff --git a/poetry.lock b/poetry.lock index 28ccf9c..45d0164 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -750,13 +750,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "huggingface-hub" -version = "0.26.3" +version = "0.27.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.26.3-py3-none-any.whl", hash = "sha256:e66aa99e569c2d5419240a9e553ad07245a5b1300350bfbc5a4945cf7432991b"}, - {file = "huggingface_hub-0.26.3.tar.gz", hash = "sha256:90e1fe62ffc26757a073aaad618422b899ccf9447c2bba8c902a90bef5b42e1d"}, + {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] @@ -2755,4 +2755,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "f2746499117d7e77666f3cba22ebdfed6a5ef5b05fb31566bbab0d8e7bc36579" +content-hash = "e2a46416d35074e409896fe0eb5305f132e920bf35342f61adc4fb9e773e0ab9" diff --git a/pyproject.toml b/pyproject.toml index 2eed04c..481a51d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ idna = "3.10" requests = "2.32.3" tqdm = "4.67.1" urllib3 = "2.2.3" -huggingface-hub = "0.26.3" +huggingface-hub = "0.27.0" datasets = "3.0.2" litellm = "1.52.1" PyYAML = ">=6.0.1"