diff --git a/backends/python/server/requirements-hpu.txt b/backends/python/server/requirements-hpu.txt index 83b4a9df..ed70d840 100644 --- a/backends/python/server/requirements-hpu.txt +++ b/backends/python/server/requirements-hpu.txt @@ -52,7 +52,7 @@ transformers[sentencepiece]==4.45.2 ; python_version >= "3.9" and python_version typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13" typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "3.13" tzdata==2024.1 ; python_version >= "3.9" and python_version < "3.13" -urllib3==2.0.4 ; python_version >= "3.9" and python_version < "3.13" +urllib3==2.5.0 ; python_version >= "3.9" and python_version < "3.13" win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13" xxhash==3.4.1 ; python_version >= "3.9" and python_version < "3.13" diff --git a/backends/python/server/requirements-intel.txt b/backends/python/server/requirements-intel.txt index 8ff67fe4..e6646acb 100644 --- a/backends/python/server/requirements-intel.txt +++ b/backends/python/server/requirements-intel.txt @@ -37,7 +37,7 @@ sympy==1.12 ; python_version >= "3.9" and python_version < "3.13" tqdm==4.66.1 ; python_version >= "3.9" and python_version < "3.13" typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13" typing-extensions==4.7.1 ; python_version >= "3.9" and python_version < "3.13" -urllib3==2.0.4 ; python_version >= "3.9" and python_version < "3.13" +urllib3==2.5.0 ; python_version >= "3.9" and python_version < "3.13" win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" wrapt==1.15.0 ; python_version >= "3.9" and python_version < "3.13" transformers==4.40.0 ; python_version >= "3.9" and python_version < "3.13" diff --git a/backends/python/server/requirements.txt b/backends/python/server/requirements.txt index 687ec102..9be3e6eb 100644 --- a/backends/python/server/requirements.txt +++ b/backends/python/server/requirements.txt @@ -62,7 +62,7 @@ transformers==4.46.3 ; python_version >= "3.9" and python_version < "3.13" triton==3.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13" and python_version >= "3.9" typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.13" -urllib3==2.2.3 ; python_version >= "3.9" and python_version < "3.13" +urllib3==2.5.0 ; python_version >= "3.9" and python_version < "3.13" win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32" wrapt==1.17.0 ; python_version >= "3.9" and python_version < "3.13" zipp==3.21.0 ; python_version >= "3.9" and python_version < "3.13"