Skip to content

fix(deps): update dependency websockets to v16#6268

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-third-party-deps
Open

fix(deps): update dependency websockets to v16#6268
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-third-party-deps

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
websockets (changelog) >=13.1,<16.0 β†’ >=16,<16.1 age confidence

Release Notes

python-websockets/websockets (websockets)

v16.0

Compare Source

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.


Configuration

πŸ“… Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 29, 2026 01:10
@renovate

renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package websockets
Using CPython 3.14.6 interpreter at: /opt/containerbase/tools/python/3.14.6/bin/python3
  Γ— No solution found when resolving dependencies for split (markers:
  β”‚ python_full_version == '3.14.*'):
  ╰─▢ Because openai[realtime]>=2.36.0 depends on websockets>=13,<16
      and websockets>=13,<16, we can conclude that
      openai[realtime]>=2.36.0,<=2.37.0 depends on websockets>=13,<16.
      And because openai[realtime]>=2.38.0 depends on websockets>=13,<16,
      we can conclude that openai[realtime]>=2.36.0,<=2.38.0 depends on
      websockets>=13,<16.
      And because openai[realtime]>=2.39.0 depends on
      websockets>=13,<16 and websockets>=13,<16, we can conclude that
      openai[realtime]>=2.36.0,<=2.40.0 depends on websockets>=13,<16.
      And because openai[realtime]>=2.41.0 depends on websockets>=13,<16 and
      websockets>=13,<16, we can conclude that all of:
          openai[realtime]>=2.36.0,<=2.40.0
          openai[realtime]>=2.41.1,<=2.42.0
      depend on websockets>=13,<16.
      And because all of:
          openai[realtime]==2.41.0
          openai[realtime]>=2.43.0
      depend on websockets>=13,<16 and only the following versions of
      openai[realtime] are available:
          openai[realtime]<=2.36.0
          openai[realtime]==2.37.0
          openai[realtime]==2.38.0
          openai[realtime]==2.39.0
          openai[realtime]==2.40.0
          openai[realtime]==2.41.0
          openai[realtime]==2.41.1
          openai[realtime]==2.42.0
          openai[realtime]==2.43.0
          openai[realtime]==2.44.0
      we can conclude that all of:
          openai[realtime]>=2.36.0,<2.41.0
          openai[realtime]>2.41.0,<2.44.0
      depend on websockets>=13,<16. (1)

      Because all of:
          openai[realtime]==2.41.0
          openai[realtime]>=2.44.0
      depend on websockets>=13,<16 and only the following versions of
      openai[realtime] are available:
          openai[realtime]<=2.36.0
          openai[realtime]==2.37.0
          openai[realtime]==2.38.0
          openai[realtime]==2.39.0
          openai[realtime]==2.40.0
          openai[realtime]==2.41.0
          openai[realtime]==2.41.1
          openai[realtime]==2.42.0
          openai[realtime]==2.43.0
          openai[realtime]==2.44.0
      we can conclude that openai[realtime]>2.43.0 depends on
      websockets>=13,<16.
      And because we know from (1) that all of:
          openai[realtime]>=2.36.0,<2.41.0
          openai[realtime]>2.41.0,<2.44.0
      depend on websockets>=13,<16, we can conclude that all of:
          openai[realtime]>=2.36.0,<2.41.0
          openai[realtime]>2.41.0
      depend on websockets>=13,<16.
      And because openai[realtime]==2.41.0 depends on websockets>=13,<16,
      we can conclude that openai[realtime]>=2.36.0 depends on
      websockets>=13,<16.
      And because livekit-plugins-openai depends on openai[realtime]>=2.36 and
      livekit-plugins-gnani depends on websockets>=16,<16.1, we can conclude
      that livekit-plugins-gnani and livekit-plugins-openai are incompatible.
      And because your workspace requires livekit-plugins-gnani and
      livekit-plugins-openai[vertex], we can conclude that your workspace's
      requirements are unsatisfiable.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

dependencies = [
"livekit-agents[codecs]>=1.6.4",
"websockets>=13.1,<16.0",
"websockets>=16,<16.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 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.

Open in Devin Review

Was this helpful? React with πŸ‘ or πŸ‘Ž to provide feedback.

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 this pull request may close these issues.

0 participants