Official Python SDK for building Microsoft Teams apps, bots, and message extensions. Current version 2.0.0 (stable), requiring Python 3.12+. The v2.0.0 release introduces a new namespace `microsoft_teams` (replacing `microsoft.teams`), proactive threading support, and sovereign cloud endpoints. Release cadence is irregular, with alpha releases leading to the stable v2.0.0.
pip install microsoft-teams-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Teams bot using the new microsoft_teams namespace.
Replace all imports from `microsoft.teams.*` with `microsoft_teams.*`.
Use HttpServer and HttpServerAdapter from microsoft_teams.server.
Ensure Python >=3.12 is used.
Replace custom logger calls with import logging.
Initialize TeamsApp with `cloud='GCCH'` or `cloud='DoD'` for those environments.
No dependency data recorded yet.