Fix langchain at 0.1.0

This commit is contained in:
Guilherme Vieira
2024-01-29 19:23:28 -03:00
parent 6c711db409
commit 30aa52096e
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ Repository = "https://github.com/joaomdmoura/crewai"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
pydantic = "^2.4.2"
langchain = "^0.1.0"
langchain = "0.1.0"
openai = "^1.7.1"
langchain-openai = "^0.0.2"
@@ -33,6 +33,7 @@ mkdocs-material = "^9.5.3"
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^7.4"
pytest-vcr = "^1.0.2"