You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'll check this out. Thanks for reporting. What OS/python version are you seeing this on? I'm just wondering since I don't see this on my end but after looking at the docs we can fix regardless.
Describe the bug
The package gives deprecation warnings on import.
To Reproduce
Additional context
All packages installed with
uv
includingwebsockets
version 14.1The warning comes from the following line in
polygon/websocket/__init__.py
:websockets.client.connect
has been deprecated. To be replaced I believe withwebsockets.connect
.WebSocketClientProtocol
has also been deprecated.See websockets upgrade
The text was updated successfully, but these errors were encountered: