Voxel-Fox-Ltd/Novus

support for aiohttp 3.8+

Closed this issue · 1 comments

Summary

Add support for aiohttp 3.8+

What is the feature request for?

The core library

The Problem

As per requirements.txt, the latest aiohttp versions aren't supported.

requirements.txt

aiohttp>=3.6.0,<3.8.0

The Ideal Solution

From my findings in the aiohttp changelog
, there have been no breaking changes. I think newer versions should be supported.

The Current Solution

No response

Additional Context

No response

Requirements are updated.