mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 09:08:14 +00:00
refactor: Address review feedback
- Add comprehensive error handling - Add input validation and sanitization - Add memory management features - Add performance testing - Add logging integration - Improve documentation with examples - Update dependency version range Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -37,7 +37,7 @@ dependencies = [
|
||||
"tomli>=2.0.2",
|
||||
"blinker>=1.9.0",
|
||||
"json5>=0.10.0",
|
||||
"faiss-cpu>=1.7.4",
|
||||
"faiss-cpu>=1.7.4,<2.0.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user