This patch release replaces mandatory requests dependency with an optional httpx dependency.
Install this version with
# Training + Inference
pip install sentence-transformers[train]==5.2.2
# Inference only, use one of:
pip install sentence-transformers==5.2.2
pip install sentence-transformers[onnx-gpu]==5.2.2
pip install sentence-transformers[onnx]==5.2.2
pip install se...