-
-
Notifications
You must be signed in to change notification settings - Fork 30.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.9.0rc0 for python 3.12 only #103507
Conversation
changelog: aio-libs/aiohttp@v3.9.0b0...v3.9.0b1 This should fix all the known issues we had with b0
@joostlek If you're interested, it looks like theses are effected as well: |
/CC @bieniu In case you haven't seen the PRs on your repos 😄 |
I saw the notifications, sorry for that mess 😁 Within 2 hours I will be home and I will merge PRs and release new versions of packages. |
Nevermind, sorry for the ping, I found a solution that keeps test compat |
We are going to need a b2 to move testing forward as aio-libs/aiohttp#7798 is a blocker |
No worries |
@bdraco Just a reminder that a couple of hacks should be reverted for this release:
|
Thanks for the reminder! Once we get it bumped for 3.11 as well, I'll pull those out. edit: the first one can go now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @bdraco 👍
../Frenck
Thanks |
Proposed change
changelog: aio-libs/aiohttp@v3.9.0b0...v3.9.0rc0
This should fix all the known issues we had with b0
The plan is to get a full release soon which should unblock python 3.12 support in production 🤞 once we also bump aiohttp in supervisor
Note: the 502s from ingress will return until supervisor until home-assistant/supervisor#4710 is merged, or aiohttp is upgraded to 3.9.0+ in supervisor
Type of change
Additional information
Checklist
black --fast 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
..coveragerc
.To help with the load of incoming pull requests: