botbuilder-python
botbuilder-python copied to clipboard
Prevent Python from raising a TypeError related to missing arguments
Fixes #2198
Description
Typing for Middleware is incorrect
TypeError: MiddlewareSet.receive_activity_internal.
Specific Changes
Using functools.partial to create a callable that conforms to Callable[[TurnContext], Awaitable]