-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump aiohttp to 3.10.0b1 #122409
Bump aiohttp to 3.10.0b1 #122409
Conversation
Per #121831, a change should be made to # remove import mimetypes
from aiohttp.web_fileresponse import CONTENT_TYPES
# swap mimetypes.guess_type for CONTENT_TYPES.guess_type Alternatively, much of the handler override can be removed now that 3.10 does the file operations in an executor. |
Let's do that in another PR in case we need to revert this before release |
Proposed change
changelog: aio-libs/aiohttp@v3.9.5...v3.10.0b1
tracking issue aio-libs/aiohttp#8529
We expect to be able to do the 3.10.x release later this week. It would be good to get this in a nightly to get feedback ahead of that to make it easier to test. We can always revert it if there is an issue.
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: