diff --git a/lib/crewai/src/crewai/llms/_finish_reason_utils.py b/lib/crewai/src/crewai/llms/_finish_reason_utils.py index e74105163..e79befcc7 100644 --- a/lib/crewai/src/crewai/llms/_finish_reason_utils.py +++ b/lib/crewai/src/crewai/llms/_finish_reason_utils.py @@ -8,6 +8,7 @@ defensive walk. Providers with genuinely different shapes — Anthropic (``stop_reason``), Bedrock (``stopReason``), Gemini (protobuf enum), OpenAI Responses (``status``) — keep their own helpers. """ + from __future__ import annotations from typing import Any