From 8b50fd9bafe41a253dc6c0be319abd0de1dbba80 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 22 Feb 2024 22:21:17 -0800 Subject: [PATCH] Pin websockets and httpx --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e906e6c..0f28f93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ fastapi==0.95.1 uvicorn==0.22.0 pydantic==1.10.7 -websockets +websockets==11.0.3 openai==0.27.6 Jinja2==3.1.2 chromadb==0.3.22 pytest==7.3.1 pytest-mock==3.11.1 -httpx +httpx==0.23.3 pylint==2.17.4 langchain==0.0.165 python-multipart==0.0.6