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
Fix support for Python WebSocket >=14 while preserving backward compatibility (#499)
* Fix support for Python WebSocket >=14 while preserving backward compatibility
Python websockets did a breaking change with version 14.
"extra_headers" was renamed to "additionnal_headers".
* Unpin websockets dependency to support at least versions 12, 13 and 14
0 commit comments