Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.10 Depreciation Warning ssl.SSLContext() #759

Closed
NickWaterton opened this issue Oct 27, 2023 · 0 comments · Fixed by #763
Closed

Python 3.10 Depreciation Warning ssl.SSLContext() #759

NickWaterton opened this issue Oct 27, 2023 · 0 comments · Fixed by #763

Comments

@NickWaterton
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant