Release 2.0.0a6#220
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps all package versions in the Microsoft Teams SDK for Python monorepo from 2.0.0a5 to 2.0.0a6, preparing for the sixth alpha release of version 2.0.0. The version bump was applied consistently across all 11 packages and their corresponding entries in the lockfile.
Key Changes
- Version incremented from
2.0.0a5to2.0.0a6across all 11 packages in the workspace - Updated
uv.lockto reflect the new package versions - Minor whitespace cleanup in
packages/botbuilder/pyproject.toml
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updated all 11 package version references from 2.0.0a5 to 2.0.0a6 |
| packages/a2aprotocol/pyproject.toml | Bumped microsoft-teams-a2a version to 2.0.0a6 |
| packages/ai/pyproject.toml | Bumped microsoft-teams-ai version to 2.0.0a6 |
| packages/api/pyproject.toml | Bumped microsoft-teams-api version to 2.0.0a6 |
| packages/apps/pyproject.toml | Bumped microsoft-teams-apps version to 2.0.0a6 |
| packages/botbuilder/pyproject.toml | Bumped microsoft-teams-botbuilder version to 2.0.0a6 and added newline at EOF |
| packages/cards/pyproject.toml | Bumped microsoft-teams-cards version to 2.0.0a6 |
| packages/common/pyproject.toml | Bumped microsoft-teams-common version to 2.0.0a6 |
| packages/devtools/pyproject.toml | Bumped microsoft-teams-devtools version to 2.0.0a6 |
| packages/graph/pyproject.toml | Bumped microsoft-teams-graph version to 2.0.0a6 |
| packages/mcpplugin/pyproject.toml | Bumped microsoft-teams-mcpplugin version to 2.0.0a6 |
| packages/openai/pyproject.toml | Bumped microsoft-teams-openai version to 2.0.0a6 |
MehakBindra
approved these changes
Nov 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 2.0.0a6
Changes