botbuilder-python
botbuilder-python copied to clipboard
port: Add Obsolete attribute to custom adapters. (#6137)
The changes in Add Obsolete attribute to custom adapters. (#6137) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #5976Description
This change adds the Obsolete attribute to the custom adapters. The change that adds the adapters to the Community repo can be found here: botbuilder-community-dotnet PR 461
Please review and, if necessary, port the changes.