CNDRD / siegeapi

Rainbow Six Siege Python API Interface
https://cndrd.github.io/siegeapi/
MIT License
54 stars 4 forks source link

loosen requierment for aiohttp #26

Closed Ken-Miles closed 5 months ago

Ken-Miles commented 5 months ago

For some reason there is a maximum aiohttp version requierment, which causes issues especially if you are trying to use the latest versions of aiohttp, which some libraries require. It will sometimes confuse aiohttp as a result. Best if it just requires at least aiohttp 3.6, I tested on later versions and it works fine, no reason to have that requierment.

Ken-Miles commented 5 months ago

Oh I also added more docstrings. Shouldve made that a seperate pr...

CNDRD commented 5 months ago

Thank you ❤️