Merge remote-tracking branch 'origin/main' into deps/poetry-update

This commit is contained in:
GitHub Actions 2024-08-08 04:28:57 +00:00
commit d63f69f460

View file

@ -40,6 +40,7 @@ def http_fetcher(session: aiohttp.ClientSession) -> Fetcher:
# Deal with the non-ideal content negotiation
# for certain storage backends.
if url.endswith(".gz") and resp.content_type in (
"application/gzip",
"application/x-gzip",
"application/octet-stream",
):