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:
Devin AI
2025-03-20 07:18:24 +00:00
parent fe0813e831
commit b799cae52f
2 changed files with 49 additions and 1 deletions

View File

@@ -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",