diff --git a/llm-servers/sbert/cpu/requirements.txt b/llm-servers/sbert/cpu/requirements.txt index fb7aded..340d914 100644 --- a/llm-servers/sbert/cpu/requirements.txt +++ b/llm-servers/sbert/cpu/requirements.txt @@ -9,7 +9,7 @@ einops==0.8.0; python_version >= '3.8' fastapi==0.115.8; python_version >= '3.8' filelock==3.17.0; python_version >= '3.9' fsspec==2024.12.0; python_version >= '3.8' -h11==0.14.0; python_version >= '3.7' +h11==0.16.0; python_version >= '3.7' huggingface-hub==0.28.1; python_full_version >= '3.8.0' idna==3.10; python_version >= '3.6' jinja2==3.1.5; python_version >= '3.7'