You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside pyproject.toml, websockets = ">=10.3,<15.0", the latest version of websockets is 15.0.1, is it safe to remove the upperbound <15.0? Otherwise I can't install polygon when I am using the latest websockets
The text was updated successfully, but these errors were encountered:
Inside pyproject.toml,
websockets = ">=10.3,<15.0"
, the latest version ofwebsockets
is 15.0.1, is it safe to remove the upperbound <15.0? Otherwise I can't installpolygon
when I am using the latestwebsockets
The text was updated successfully, but these errors were encountered: