fix openai version issue

This commit is contained in:
garylin2099 2023-11-28 17:20:24 +08:00
parent 820fee5df6
commit 47e0ef1298
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ langchain==0.0.231
loguru==0.6.0
meilisearch==0.21.0
numpy==1.24.3
openai
openai==0.28.0
openpyxl
beautifulsoup4==4.12.2
pandas==2.0.3

View file

@ -30,7 +30,7 @@ with open(path.join(here, "requirements.txt"), encoding="utf-8") as f:
setup(
name="metagpt",
version="0.3.0",
version="0.3.1",
description="The Multi-Role Meta Programming Framework",
long_description=long_description,
long_description_content_type="text/markdown",