Update uvloop to 0.22.1 (#6705)

This commit is contained in:
Jakub Kuczys
2026-05-10 21:46:57 +02:00
committed by GitHub
parent 169d0eed49
commit 99babf9ad3
7 changed files with 44 additions and 28 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ typing_extensions
yarl
distro; sys_platform == "linux"
# https://github.com/MagicStack/uvloop/issues/702
uvloop>=0.21.0,!=0.22.0,!=0.22.1; sys_platform != "win32" and platform_python_implementation == "CPython"
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
# Used by discord.py[speedup]. See Pull request #6587 for more info.
Brotli