Copilot/loosen websockets dependency (#4431)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: zacharypodbela <8572738+zacharypodbela@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Zachary Podbela
2026-01-09 23:25:24 -05:00
committed by GitHub
parent 6cd5d90f55
commit 2eb1be6a32

View File

@@ -41,7 +41,7 @@ dependencies = [
"filetype>=1.2.0,<2",
"aioredlock>=0.7.3,<0.8",
"tldextract>=5.1.2,<6",
"websockets~=12.0",
"websockets>=12.0,<15.1",
"email-validator>=2.2.0,<3",
"requests-toolbelt>=1.0.0,<2",
"rich[jupyter]>=13.7.0,<14",