shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
133 stars 25 forks source link

Set required aiohttp version to be less than 4.0.0 #28

Closed ThomasJRyan closed 2 years ago

ThomasJRyan commented 2 years ago

Version 4.0+ of aiohttp causes breakages in the Client connection. Probably best to just keep it below 4.0 for the time being

shayypy commented 2 years ago

As this is an issue with where the library initializes its ClientSession I'm going to leave this open until further notice.