From 4fa998c52015e03cdb730c5c2ceb01a3efd3f403 Mon Sep 17 00:00:00 2001 From: Graeme Holliday Date: Tue, 23 Apr 2024 08:22:42 -0500 Subject: [PATCH] allow more recent websockets version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35074d0..deeeb18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ fastapi>=0.78.0,<1 packaging>=20.4 pydantic>=1.9.1 uvicorn>=0.17.6,<1 -websockets>=10.3,<11 +websockets>=10.3 tenacity>=8.0.1,<9