Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the microsoft-teams-devtools workspace package from the Teams Python SDK monorepo and cleans up all repo references so the remaining packages/examples/build pipeline no longer depend on it.
Changes:
- Removed the
packages/devtoolspackage (code + web assets) and its workspace/lockfile entries. - Updated examples and docs to stop importing/using
DevToolsPlugin(and removed port3979//devtoolsreferences). - Updated the AzDO publish pipeline to stop installing
packages/devtools.
Reviewed changes
Copilot reviewed 40 out of 56 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Removes microsoft-teams-devtools from workspace members/dependency graph and drops now-unneeded resolved deps. |
| RELEASE.md | Updates publishing note to no longer mention devtools being excluded. |
| README.md | Removes microsoft-teams-devtools from the package list. |
| pyrightconfig.json | Stops including packages/devtools/src in type-checking paths. |
| pyproject.toml | Removes microsoft-teams-devtools from workspace sources. |
| packages/devtools/src/microsoft/teams/devtools/init.py | Deletes deprecated compatibility shim module. |
| packages/devtools/src/microsoft_teams/devtools/init.py | Deletes devtools package public exports. |
| packages/devtools/src/microsoft_teams/devtools/devtools_plugin.py | Removes the DevTools plugin implementation. |
| packages/devtools/src/microsoft_teams/devtools/event.py | Removes DevTools event models. |
| packages/devtools/src/microsoft_teams/devtools/page.py | Removes DevTools page model. |
| packages/devtools/src/microsoft_teams/devtools/routes/init.py | Removes devtools routing exports. |
| packages/devtools/src/microsoft_teams/devtools/routes/context.py | Removes devtools routing context. |
| packages/devtools/src/microsoft_teams/devtools/routes/router.py | Removes devtools root router. |
| packages/devtools/src/microsoft_teams/devtools/routes/v3/init.py | Removes v3 route exports. |
| packages/devtools/src/microsoft_teams/devtools/routes/v3/router.py | Removes v3 router. |
| packages/devtools/src/microsoft_teams/devtools/routes/v3/conversations/init.py | Removes conversations route exports. |
| packages/devtools/src/microsoft_teams/devtools/routes/v3/conversations/router.py | Removes conversations router. |
| packages/devtools/src/microsoft_teams/devtools/routes/v3/conversations/activities/init.py | Removes activities route exports. |
| packages/devtools/src/microsoft_teams/devtools/routes/v3/conversations/activities/router.py | Removes activities router. |
| packages/devtools/src/microsoft_teams/devtools/routes/v3/conversations/activities/create.py | Removes activity creation handler. |
| packages/devtools/src/microsoft_teams/devtools/web/index.html | Removes embedded devtools web UI entrypoint. |
| packages/devtools/src/microsoft_teams/devtools/web/icon.png | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/teams.png | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/index-DUmBwYhV.css | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Resizable-Iep0utY8.woff2 | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Resizable-DnCkRnj_.woff | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Resizable-CnnvCM7P.ttf | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Regular-DG6j5pl_.woff | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Regular-DaURWknX.woff2 | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Regular-Ck4JqYAr.ttf | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Light-eu0dDZrh.woff2 | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Light-DzHdd4FE.woff | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Light-CPYKaotZ.ttf | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Filled-CKlopXFJ.woff | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Filled-BNz-nPog.woff2 | Removes devtools web UI asset. |
| packages/devtools/src/microsoft_teams/devtools/web/assets/FluentSystemIcons-Filled-BkKNRAuh.ttf | Removes devtools web UI asset. |
| packages/devtools/README.md | Removes devtools package documentation. |
| packages/devtools/pyproject.toml | Removes devtools package build metadata/dependencies. |
| examples/tab/src/main.py | Removes DevTools plugin usage from tab example. |
| examples/tab/pyproject.toml | Drops devtools dependency from tab example. |
| examples/mcp-server/src/main.py | Removes DevTools plugin usage from MCP server example. |
| examples/mcp-server/pyproject.toml | Drops devtools dependency from MCP server example. |
| examples/mcp-client/src/main.py | Removes DevTools plugin usage from MCP client example. |
| examples/mcp-client/pyproject.toml | Drops devtools dependency from MCP client example. |
| examples/echo/src/main.py | Removes DevTools plugin usage from echo example. |
| examples/echo/pyproject.toml | Drops devtools dependency from echo example. |
| examples/botbuilder/src/main.py | Removes DevTools plugin usage from botbuilder example. |
| examples/botbuilder/pyproject.toml | Drops devtools dependency/source from botbuilder example. |
| examples/ai-test/src/main.py | Removes DevTools plugin usage from ai-test example. |
| examples/a2a-test/src/main.py | Removes DevTools plugin usage from a2a-test example. |
| examples/a2a-test/README.md | Updates instructions to no longer mention devtools. |
| CLAUDE.md | Removes devtools from the repo package list. |
| .github/scripts/analyze_issue.py | Removes devtools from issue triage package list. |
| .github/copilot-instructions.md | Updates validation guidance to remove devtools/3979 references. |
| .azdo/publish.yml | Stops installing packages/devtools in the publish pipeline. |
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.
devtoolspackage