From 65b42ac35b8a76b19e54881df36b36977854670e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 8 Aug 2024 17:36:10 -0700 Subject: [PATCH] pin orjson dep on req.txt --- .circleci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index d657e265c..93f234ad5 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -6,6 +6,6 @@ importlib_metadata cohere redis anthropic -orjson +orjson==3.9.15 pydantic==2.7.1 google-cloud-aiplatform==1.43.0