Updating openai version

This commit is contained in:
João Moura
2023-12-20 17:21:48 -03:00
parent e0270d6a68
commit 2bd15411da
3 changed files with 93 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ Repository = "https://github.com/joaomdmoura/crewai"
python = ">=3.8.1,<4.0"
pydantic = "^2.4.2"
langchain = "^0.0.351"
openai = "^0.28.1"
openai = "^1.5.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.4"