Add elasticsearch dependency to pyproject.toml

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-23 05:29:58 +00:00
parent 6c08e6062a
commit 3c838f16ff
2 changed files with 32 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ dependencies = [
"tomli>=2.0.2",
"blinker>=1.9.0",
"json5>=0.10.0",
"elasticsearch>=9.0.0",
]
[project.urls]