Bump to langchain0.1.0 (#108)

* Bump `langchain`, `openai`; add `langchain-openai`

* Update imports to fix warnings
This commit is contained in:
Greyson LaLonde
2024-01-11 07:33:43 -05:00
committed by GitHub
parent f6b9f85099
commit 0fde1f6258
4 changed files with 84 additions and 14 deletions

View File

@@ -18,8 +18,9 @@ Repository = "https://github.com/joaomdmoura/crewai"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
pydantic = "^2.4.2"
langchain = "^0.0.354"
openai = "^1.5.0"
langchain = "^0.1.0"
openai = "^1.7.1"
langchain-openai = "^0.0.2"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"