home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.
MIT License
2.52k stars 378 forks source link

Python 3.10 Depreciation Warning ssl.SSLContext() #759

Closed NickWaterton closed 9 months ago

NickWaterton commented 10 months ago

Using PyChromecast with Python 3.10, I get the following warnings:

/usr/local/lib/python3.10/dist-packages/pychromecast/dial.py:102: DeprecationWarning:ssl.SSLContext() without protocol argument is deprecated.
/usr/local/lib/python3.10/dist-packages/pychromecast/dial.py:102: DeprecationWarning:ssl.PROTOCOL_TLS is deprecated

dial.py Needs updating.