Skip to content

chore: support websockets 17 by relaxing upper version bound - #2887

Open
adi-IL wants to merge 1 commit into
googleapis:mainfrom
adi-IL:fix/websockets-17-support
Open

chore: support websockets 17 by relaxing upper version bound#2887
adi-IL wants to merge 1 commit into
googleapis:mainfrom
adi-IL:fix/websockets-17-support

Conversation

@adi-IL

@adi-IL adi-IL commented Aug 20, 2026

Copy link
Copy Markdown

Summary

Fixes #2835.

Relaxes the websockets dependency constraint in pyproject.toml from websockets>=13.0.0, <17.0 to websockets>=13.0.0, <18.0 to support websockets 17.0+.

Changes

  • Updated websockets constraint in pyproject.toml to websockets>=13.0.0, <18.0.

Testing

Ran pytest live suite:

  • pytest google/genai/tests/live/: 211 passed.

@Venkaiahbabuneelam Venkaiahbabuneelam self-assigned this Aug 20, 2026
@Venkaiahbabuneelam Venkaiahbabuneelam added the size:S Code changes < 10 lines label Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S Code changes < 10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Websockets 17

2 participants