client-python icon indicating copy to clipboard operation
client-python copied to clipboard

Remove websockets versioning upperbound

Open softwareentrepreneer opened this issue 6 months ago • 0 comments

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

softwareentrepreneer avatar Jun 13 '25 05:06 softwareentrepreneer