Merge pull request #3179 from dhdaines/exclude-eventlet-0360

fix(deps): exclude eventlet 0.36.0 to avoid WebSocket bug
This commit is contained in:
Benoit Chesneau 2024-04-17 00:26:51 +02:00 committed by GitHub
commit 401cecfaed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ Changelog = "https://docs.gunicorn.org/en/stable/news.html"
[project.optional-dependencies]
gevent = ["gevent>=1.4.0"]
eventlet = ["eventlet>=0.24.1"]
eventlet = ["eventlet>=0.24.1,!=0.36.0"]
tornado = ["tornado>=0.2"]
gthread = []
setproctitle = ["setproctitle"]