This release is compatible with the obs-websocket v5 protocol.
Note: Many requests, events, and their parameters have changed name!
More informations: https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md
Example of how a simple request changed:
Before => ws.call(requests.SetCurrentScene(name))
After => ws.call(requests.SetCurrentProgramScene(sceneName=name))
Default port also changed from 4444 to 4455.
Can be downloaded from pypi: https://pypi.org/project/obs-websocket-py/1.0/
pip install obs-websocket-py==1.0