- OS version and name: macOS Monterey
- Poetry version: 1.1.11
Issue
When adding new packages or locking we observed random failures where the JSON response is empty (as in b"").
Through #4717 and pypi/warehouse#10387 we (myself and @kapilt) found that CacheControl is returning empty data even though there should be serialized JSON object.
Removing session CacheControl seems to solve the issue.
-vvvoption).Issue
When adding new packages or locking we observed random failures where the JSON response is empty (as in
b"").Through #4717 and pypi/warehouse#10387 we (myself and @kapilt) found that CacheControl is returning empty data even though there should be serialized JSON object.
Removing session CacheControl seems to solve the issue.