fix(deps): update dependency websockets to v16#6268
Conversation
Generated by renovateBot
|
| dependencies = [ | ||
| "livekit-agents[codecs]>=1.6.4", | ||
| "websockets>=13.1,<16.0", | ||
| "websockets>=16,<16.1", |
There was a problem hiding this comment.
π© Very tight version pinning for websockets dependency
The constraint was changed from >=13.1,<16.0 (spanning 3 major versions) to >=16,<16.1 (only allowing 16.0.x). This is an unusually narrow range. While the code is fully compatible with websockets 16.0 (verified all API calls: connect(), recv(), send(), __aiter__, and exceptions.ConnectionClosed), the tight pin means any future 16.1+ release won't be accepted without another dependency bump. This could cause unnecessary dependency conflicts for users who have other packages requiring newer websockets versions. Compare with the phonic plugin (livekit-plugins/livekit-plugins-phonic/pyproject.toml:26) which uses websockets>=11.0 with no upper bound.
Was this helpful? React with π or π to provide feedback.
This PR contains the following updates:
>=13.1,<16.0β>=16,<16.1Release Notes
python-websockets/websockets (websockets)
v16.0Compare Source
See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.
Configuration
π Schedule: (UTC)
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.