Merge "Drop workaround for eventlet < 0.36.0"

This commit is contained in:
Zuul 2024-11-19 17:42:58 +00:00 committed by Gerrit Code Review
commit 76a3b198ce
2 changed files with 1 additions and 7 deletions

View File

@ -14,11 +14,5 @@
# License for the specific language governing permissions and limitations
# under the License.
import eventlet
from eventlet.green import ssl
import socket
eventlet.monkey_patch(os=False)
# Work around the eventlet issue that impacts redis using TLS.
# https://github.com/eventlet/eventlet/issues/692
ssl.timeout_exc = socket.timeout

View File

@ -2,7 +2,7 @@
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
alembic>=1.8.0 # MIT
eventlet>=0.27.0 # MIT
eventlet>=0.36.0 # MIT
Flask!=0.11,>=0.10 # BSD
greenlet>=0.4.15 # MIT
Jinja2>=2.10 # BSD License (3 clause)