marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://marimo.io
Apache License 2.0
7.8k stars 274 forks source link

Support for websockets > 13.0 #2890

Open johnhelt opened 3 hours ago

johnhelt commented 3 hours ago

Description

Marimo caps the requirement for websockets to < 13.0. A new API was introduced with version 11, and since version 14 it is now the default, and the old api is deprecated. It would be great if marimo doesn't limit which websockets to use.

Suggested solution

Support versions > 13.0.

Alternative

No response

Additional context

No response

mscolnick commented 2 hours ago

Thanks for flagging this. I'll see if i can remove the upperbound : https://github.com/marimo-team/marimo/pull/2892