Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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. "
)
Comment thread
rodrigobr-msft marked this conversation as resolved.

from .teams_activity_handler import TeamsActivityHandler
from .teams_agent_extension import (
TeamsAgentExtension,
Expand Down
Loading