Closed alexrudd2 closed 12 months ago
I think we should wait !!
HA uses: aiohttp==3.9.0b0;python_version>='3.12' aiohttp==3.8.5;python_version<'3.12'
and that works fine, you pinned 3.9.0b0 so lets stay with that until they get a stable version.
HA is affected by a different regression (client-side), which we already have a fix for. The change in this PR is correct, for both current and previous versions of aiohttp (as shown in the docs).
Even in previous versions of aiohttp, you were never running the cleanup steps for the web app.
Thanks to @Dreamsorcerer in https://github.com/pymodbus-dev/pymodbus/issues/1883#issuecomment-1804196681