client-python
client-python copied to clipboard
Remove websockets versioning upperbound
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