erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.73k stars 715 forks source link

Update requirements.txt requests==2.31.0 #525

Closed cococo2000 closed 1 month ago

cococo2000 commented 1 month ago

https://github.com/erikbern/ann-benchmarks/issues/524 docker-py is affected by requests==2.32.x https://github.com/docker/docker-py/issues/3256

Additional Notes

This is a temporary measure. Once the compatibility issue is resolved, we can update requests to a more recent version or remove the version pin if appropriate.