8000 Adding deprectaion message and removing an experimental test (#1977) · anesh/botbuilder-python@5072e31 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 5072e31

Browse files
authored
Adding deprectaion message and removing an experimental test (microsoft#1977)
1 parent b5660a0 commit 5072e31

File tree

1 file changed

+6
-0
lines changed
  • libraries/botbuilder-schema/botbuilder/schema

1 file changed

+6
-0
lines changed

libraries/botbuilder-schema/botbuilder/schema/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4+
from warnings import warn
5+
46
from ._models_py3 import Activity
57
from ._models_py3 import ActivityEventNames
68
from ._models_py3 import AdaptiveCardInvokeAction
@@ -75,6 +77,10 @@
7577
from .callerid_constants import CallerIdConstants
7678
from .speech_constants import SpeechConstants
7779

80+
warn(
81+
"The Bot Framework Python SDK is being retired with final long-term support ending in November 2023, after which this repository will be archived. There will be no further feature development, with only critical security and bug fixes within this repository being undertaken. Existing bots built with this SDK will continue to function. For all new bot development we recommend that you adopt Power Virtual Agents."
82+
)
83+
7884
__all__ = [
7985
"Activity",
8086
"ActivityEventNames",

0 commit comments

Comments
 (0)
0