diff --git a/poetry.lock b/poetry.lock index c575d3b4..8c3e86f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1659,13 +1659,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "huggingface-hub" -version = "0.26.2" +version = "0.26.3" 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.2-py3-none-any.whl", hash = "sha256:98c2a5a8e786c7b2cb6fdeb2740893cba4d53e312572ed3d8afafda65b128c46"}, - {file = "huggingface_hub-0.26.2.tar.gz", hash = "sha256:b100d853465d965733964d123939ba287da60a547087783ddff8a323f340332b"}, + {file = "huggingface_hub-0.26.3-py3-none-any.whl", hash = "sha256:e66aa99e569c2d5419240a9e553ad07245a5b1300350bfbc5a4945cf7432991b"}, + {file = "huggingface_hub-0.26.3.tar.gz", hash = "sha256:90e1fe62ffc26757a073aaad618422b899ccf9447c2bba8c902a90bef5b42e1d"}, ] [package.dependencies] @@ -6309,4 +6309,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "c066e64b992474e42268ab231e76a3f86e45fa58471004d2085b1d3a8c007423" +content-hash = "bab20d14fb4ac009243c38a6a3e49b160fe93682f086e37b434069c78e323875" diff --git a/pyproject.toml b/pyproject.toml index 07628724..1bed5a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requests = "^2.32.3" pycountry = "24.6.1" opentelemetry-api = "^1.22.0" opentelemetry-sdk = "^1.22.0" -huggingface-hub = "^0.26.2" +huggingface-hub = "^0.26.3" opentelemetry-exporter-otlp-proto-http = "1.23.0" # summary grader rouge-score = "^0.1.2"