PythonistaGuild / Wavelink

A powerful Lavalink library for Discord.py.
https://wavelink.dev
MIT License
392 stars 179 forks source link

Remove pinned dependency on yarl==1.9.2 #279

Closed Parnassius closed 8 months ago

Parnassius commented 8 months ago

Description

yarl 1.9.2 provides wheels only for Python versions up to 3.11, making Wavelink installation on Python 3.12 harder than it should be on setups without build deps.

Changing the requirement to yarl>=1.9.2 fixes this

Checklist

EvieePy commented 8 months ago

👍