From ddfcb4b5eda0df85e161d2729bb277c64493d3c5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 3 Apr 2024 13:50:06 +0200 Subject: [PATCH] eventlet 0.34.1 - fixes python 3.12 "AttributeError: module 'ssl' has no attribute 'wrap_socket'" --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e0f2a70c..507727078 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,10 @@ # Used by Pyppeteer pyee -eventlet==0.33.3 # related to dnspython fixes +# eventlet 0.33.3 was related to dnspython fixes +# 0.34.1 - fixes python 3.12 "AttributeError: module 'ssl' has no attribute 'wrap_socket'" +eventlet==0.34.1 + feedgen~=0.9 flask-compress # 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers)