Skip to content

Commit

Permalink
Merge pull request #3179 from dhdaines/exclude-eventlet-0360
Browse files Browse the repository at this point in the history
fix(deps): exclude eventlet 0.36.0 to avoid WebSocket bug
  • Loading branch information
benoitc committed Apr 16, 2024
2 parents 88fc4a4 + 0243ec3 commit 401cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit 401cecf

Please sign in to comment.