Files
crewAI/pyproject.toml
Devin AI 129c004efb fix: Use typing_extensions for Self in Python < 3.11
Adds typing_extensions as a dependency and uses a conditional
import for the Self type in src/crewai/memory/memory.py to
ensure compatibility with Python 3.10, resolving the
ImportError seen in CI.

Refs #2575

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-04-10 16:29:45 +00:00

2.4 KiB