linux-automation / lxa-iobus

Linux Automation IOBus server
https://lxa-iobus.readthedocs.io/en/latest/
Apache License 2.0
3 stars 4 forks source link

server: add compatibilty with aiohttp 3.8 #29

Closed fscherf closed 2 years ago

fscherf commented 2 years ago

The version string parsing was recommended by the maintainer of aiohttp Andrew Svetlov

https://aio-libs.discourse.group/t/aiohttp-web-run-app-incompatibility-between-aiohttp-3-8-and-aiohttp-3-8/259/4

Signed-off-by: Florian Scherf f.scherf@pengutronix.de

fscherf commented 2 years ago

FTR: @jluebbe, @SmithChart and i decided to pin the aiohttp version to 1.8.x, because we won't maintain the complexity of a version range of supported aiohttp versions.

@jluebbe, @SmithChart: I updated my patch accordingly

SmithChart commented 2 years ago

Tested on my setup. LGTM.