diff --git a/requirements.txt b/requirements.txt index 52f4180..bf13f35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 httpx-sse==0.4.1 -huggingface-hub==0.33.4 +huggingface-hub==0.35.3 idna==3.10 markdown-it-py==3.0.0 MarkupSafe==3.0.2 diff --git a/setup.py b/setup.py index ce8e16c..6eb7940 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "httpcore==1.0.9", "httpx==0.28.1", "httpx-sse==0.4.1", - "huggingface-hub==0.33.4", + "huggingface-hub==0.35.3", "idna==3.10", "markdown-it-py==3.0.0", "MarkupSafe==3.0.2",