fix: add 0.30 langchain-core version to fix issue

This commit is contained in:
Eduardo Chiarotti
2024-08-14 19:59:46 -03:00
parent 9f9b52dd26
commit d65757c606
5 changed files with 9 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ jsonref = "^1.1.0"
agentops = { version = "^0.3.0", optional = true }
embedchain = "^0.1.114"
json-repair = "^0.25.2"
langchain-core = "0.2.30"
[tool.poetry.extras]
tools = ["crewai-tools"]