From 8e6bb8d728e6132718ccc56d52f637a3e565e9ce Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 31 Mar 2024 22:39:27 +0200 Subject: [PATCH] 0.34.1 - fixes python 3.12 "AttributeError: module 'ssl' has no attribute 'wrap_socket'" --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e0f2a70..54cf5e9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ # 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 # related to dnspython fixes feedgen~=0.9 flask-compress # 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers)