21:54
2026-09-20
dev.to
ai-agents
Our linter's "safe" autofix would have silently disabled RBAC
A developer found that LangChain's RunnableConfig injection relies on an identity comparison against the exact RunnableConfig class, so widening the annotation to RunnableConfig | None or Optional[Run…