WebSocket-for-Python icon indicating copy to clipboard operation
WebSocket-for-Python copied to clipboard

Fix ssl deprecate warn

Open krishnan793 opened this issue 2 years ago • 1 comments

ssl.wrap_socket() is deprecated from python 3.7 (see https://docs.python.org/3/library/ssl.html#ssl.SSLSocket). Based on documentation SSLContext.wrap_socket() should be used instead.

krishnan793 avatar Nov 29 '23 12:11 krishnan793

is it possible to add / update relevant tests as well?

All the existing tests are passing.

krishnan793 avatar Jan 17 '24 14:01 krishnan793

This needs to be released. It's not only deprecated, as of Python 3.12 the feature has been removed.

Ape avatar May 11 '24 15:05 Ape

@auvipy Hey! Can we by chance bump the version to release this change?

Johnius avatar Jun 24 '24 17:06 Johnius