CrewAI v0.177.0 is out!
Core Improvements & Fixes
-
Achieved parity between
rag
package and current implementation -
Enhanced LLM event handling with task and agent metadata
-
Fixed mutable default arguments by replacing them with
None
-
Suppressed Pydantic deprecation warnings during initialization
-
Fixed broken example link in
README.md
-
Removed Python 3.12+ only Ruff rules for compatibility
-
Migrated CI workflows to use
uv
and updated dev tooling
New Features & Enhancements
-
Added tracing improvements and cleanup
-
Centralized event logic by moving
events
module tocrewai.events
Documentation & Guides
-
Updated Enterprise Action Auth Token section documentation
-
Published documentation updates for
v0.175.0
release
Cleanup & Refactoring
- Refactored parser into modular functions for better structure