mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-21 05:48:14 +00:00
Fix click dependency constraint to be compatible with zenml
The current dependency constraint for Click (>=8.1.7) is incompatible with zenml[server] which requires (>=8.0.1,<8.1.4). This change relaxes crewAI's Click constraint to allow for compatibility with zenml while maintaining functionality. Fixes #2415 Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -28,7 +28,7 @@ dependencies = [
|
||||
"auth0-python>=4.7.1",
|
||||
"python-dotenv>=1.0.0",
|
||||
# Configuration and Utils
|
||||
"click>=8.1.7",
|
||||
"click>=8.0.1",
|
||||
"appdirs>=1.4.4",
|
||||
"jsonref>=1.1.0",
|
||||
"json-repair>=0.25.2",
|
||||
|
||||
Reference in New Issue
Block a user