build(config.yml): pin openai version

This commit is contained in:
Krrish Dholakia 2024-08-21 12:50:44 -07:00
parent 89014dfc07
commit c216e2cc2d

View file

@ -282,7 +282,7 @@ jobs:
pip install "pytest==7.3.1"
pip install "pytest-asyncio==0.21.1"
pip install aiohttp
pip install openai
pip install "openai==1.40.0"
python -m pip install --upgrade pip
pip install "pydantic==2.7.1"
pip install "pytest==7.3.1"