marimo-team/marimo

Support for websockets > 13.0

Closed this issue · 1 comments

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

Thanks for flagging this. I'll see if i can remove the upperbound : #2892