build(config.yml): pin boto3 version - circle ci

This commit is contained in:
Krrish Dholakia 2024-04-02 09:51:18 -07:00
parent 63bff68846
commit 80f8645e1a

View file

@ -31,8 +31,8 @@ jobs:
pip install "google-generativeai==0.3.2"
pip install "google-cloud-aiplatform==1.43.0"
pip install pyarrow
pip install "boto3>=1.28.57"
pip install "aioboto3>=12.3.0"
pip install "boto3==1.34.34"
pip install "aioboto3==12.3.0"
pip install langchain
pip install lunary==0.2.5
pip install "langfuse>=2.0.0"