-
Notifications
You must be signed in to change notification settings - Fork 100
Incompatibility with websockets 14 #1766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This also impacts running Shiny for Python apps with
|
pyright
test failing due to new websockets release
These changes seem very relevant:
|
@MarcoGorelli we've updated Shiny to work with websockets 14 and will require |
@MarcoGorelli Please update the pip install --upgrade shiny to fix this issue. |
Hey - we're temporarily pinning websockets in the Narwhals CI downstream shiny job, as the new websockets release (which came out today) seems to be causing some pyright failures narwhals-dev/narwhals#1343
pinning
websockets<14
it passesThe text was updated successfully, but these errors were encountered: