1.11.1
📦 crewaiView on GitHub →
✨ 1 features🐛 5 fixes🔧 4 symbols
Summary
This release introduces flow structure serialization and addresses several bugs, including security vulnerabilities and stability fixes for tool handling and configuration persistence.
Migration Steps
- Replace usage of urllib with requests in pdf loader if custom logic was relying on urllib specifics.
✨ New Features
- Add flow_structure() serializer for Flow class introspection.
🐛 Bug Fixes
- Fix security vulnerabilities by bumping pypdf, tinytag, and langchain-core.
- Preserve full LLM config across HITL resume for non-OpenAI providers.
- Prevent path traversal in FileWriterTool.
- Fix lock_store crash when redis package is not installed.
- Pass cache_function from BaseTool to CrewStructuredTool.