mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-14 02:28:30 +00:00
Enhance PR #2409 fix based on review feedback: improve docs, test isolation, and error messages
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -96,5 +96,6 @@ exclude = ["cli/templates"]
|
||||
exclude_dirs = ["src/crewai/cli/templates"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "setuptools<=65.5.0"]
|
||||
# Pin setuptools version to avoid packaging.licenses dependency issues with UV package manager
|
||||
requires = ["hatchling", "setuptools>=64.0.0,<=65.5.0"] # Explicit version range for compatibility
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
Reference in New Issue
Block a user