From fb8ccdd42249258d853ba1effd6b33bfed5e0042 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 30 Nov 2023 20:18:18 -0800 Subject: [PATCH] (ci/cd) add orjson as a dep --- .circleci/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index 28d2e8b07..3f6989340 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -8,4 +8,5 @@ cohere redis anthropic boto3 -appdirs \ No newline at end of file +appdirs +orjson \ No newline at end of file