mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 08:38:15 +00:00
Address PR feedback: Add comments, version verification, and enhanced tests for databricks-sdk
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -45,7 +45,10 @@ Documentation = "https://docs.crewai.com"
|
||||
Repository = "https://github.com/crewAIInc/crewAI"
|
||||
|
||||
[project.optional-dependencies]
|
||||
tools = ["crewai-tools>=0.37.0", "databricks-sdk>=0.46.0"]
|
||||
tools = [
|
||||
"crewai-tools>=0.37.0",
|
||||
"databricks-sdk>=0.46.0,<1.0.0" # Required for Databricks query tool functionality
|
||||
]
|
||||
embeddings = [
|
||||
"tiktoken~=0.7.0"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user