From 86abd573e43ff9a4fdc33b27a4acd02a88c41cd7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 19 Jul 2024 12:58:21 -0700 Subject: [PATCH] ci/cd fix linting errors --- .circleci/config.yml | 2 +- .circleci/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fad4111d3..e3593e8154 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,7 @@ jobs: pip install opentelemetry-api==1.25.0 pip install opentelemetry-sdk==1.25.0 pip install opentelemetry-exporter-otlp==1.25.0 - pip install openai + pip install openai==1.34.0 pip install prisma pip install "detect_secrets==1.5.0" pip install "httpx==0.24.1" diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index c4225a9aa2..d657e265c2 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -1,5 +1,5 @@ # used by CI/CD testing -openai +openai==1.34.0 python-dotenv tiktoken importlib_metadata