From aaf78abe86100bdc8634307b465b38376e3ea34a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 3 Apr 2024 20:08:18 -0700 Subject: [PATCH] (ci/cd) fix langfuse pydantic bug --- .circleci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index f42ae6a34..cf3fafd01 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -8,6 +8,6 @@ cohere redis anthropic orjson -pydantic +pydantic==1.10.14 google-cloud-aiplatform==1.43.0 redisvl==0.0.7 # semantic caching \ No newline at end of file