Merge pull request #8730 from McSinyx/news-8701-8716

Add news for disabling range response caching
This commit is contained in:
Pradyun Gedam 2020-08-11 15:41:35 +05:30 committed by Pradyun Gedam
parent fa2714fcd6
commit c7b477777a
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
2 changed files with 4 additions and 0 deletions

2
news/8701.bugfix Normal file
View File

@ -0,0 +1,2 @@
Disable caching for range requests, which causes corrupted wheels
when pip tries to obtain metadata using the feature ``fast-deps``.

2
news/8716.bugfix Normal file
View File

@ -0,0 +1,2 @@
Disable caching for range requests, which causes corrupted wheels
when pip tries to obtain metadata using the feature ``fast-deps``.