diff --git a/libraries/microsoft-agents-hosting-teams/microsoft_agents/hosting/teams/__init__.py b/libraries/microsoft-agents-hosting-teams/microsoft_agents/hosting/teams/__init__.py index 2723ff54..23be5226 100644 --- a/libraries/microsoft-agents-hosting-teams/microsoft_agents/hosting/teams/__init__.py +++ b/libraries/microsoft-agents-hosting-teams/microsoft_agents/hosting/teams/__init__.py @@ -1,3 +1,16 @@ +""" +Copyright (c) Microsoft Corporation. All rights reserved. +Licensed under the MIT License. +""" + +import logging + +logging.warning( + "The `microsoft-agents-hosting-teams` package is deprecated. " + "Please start using the `microsoft-agents-hosting-msteams` package " + "for better support and future updates. " +) + from .teams_activity_handler import TeamsActivityHandler from .teams_agent_extension import ( TeamsAgentExtension,