Fix repository URLs in pyproject.toml files#44
Merged
pontemonti merged 2 commits intomainfrom Nov 13, 2025
Merged
Conversation
Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix incorrect URLs in pyproject.toml files
Fix repository URLs in pyproject.toml files
Nov 13, 2025
pontemonti
approved these changes
Nov 13, 2025
rahuldevikar761
approved these changes
Nov 13, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR corrects repository URLs and documentation paths in all 12 library pyproject.toml files, updating them from the old microsoft/Agent365 repository to microsoft/Agent365-python and replacing outdated python/microsoft_kairo/* paths with the current libraries/* directory structure.
- Updated Homepage, Repository, and Issues URLs to point to
microsoft/Agent365-python - Fixed Documentation URLs to reference the correct
libraries/microsoft-agents-a365-*directory for each library - Removed legacy
microsoft_kairopath references
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| libraries/microsoft-agents-a365-tooling/pyproject.toml | Updated URLs to Agent365-python repo and fixed documentation path to libraries/microsoft-agents-a365-tooling |
| libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml | Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/tooling/semantic_kernel to libraries/microsoft-agents-a365-tooling-extensions-semantickernel |
| libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml | Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/tooling/openai to libraries/microsoft-agents-a365-tooling-extensions-openai |
| libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml | Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/tooling/azurefoundry to libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry |
| libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml | Updated URLs to Agent365-python repo and documentation path (was already using libraries structure) |
| libraries/microsoft-agents-a365-runtime/pyproject.toml | Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/observability to libraries/microsoft-agents-a365-runtime |
| libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml | Updated Homepage, Repository, and Issues URLs to Agent365-python repo |
| libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml | Updated Homepage, Repository, and Issues URLs to Agent365-python repo |
| libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml | Updated Homepage, Repository, and Issues URLs to Agent365-python repo |
| libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml | Updated Homepage, Repository, and Issues URLs to Agent365-python repo |
| libraries/microsoft-agents-a365-observability-core/pyproject.toml | Updated URLs to Agent365-python repo and fixed documentation path from python/libraries to libraries |
| libraries/microsoft-agents-a365-notifications/pyproject.toml | Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/notification to libraries/microsoft-agents-a365-notifications |
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.
URLs in
pyproject.tomlfiles were pointing tomicrosoft/Agent365instead ofmicrosoft/Agent365-python, and documentation paths referenced the oldpython/microsoft_kairo/*structure instead oflibraries/*.Changes:
microsoft/Agent365-pythonin all 12 librarypyproject.tomlfileslibraries/microsoft-agents-a365-*directory structureExample:
Files updated:
libraries/microsoft-agents-a365-notifications/pyproject.tomllibraries/microsoft-agents-a365-observability-core/pyproject.tomllibraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.tomllibraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.tomllibraries/microsoft-agents-a365-observability-extensions-openai/pyproject.tomllibraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.tomllibraries/microsoft-agents-a365-runtime/pyproject.tomllibraries/microsoft-agents-a365-tooling/pyproject.tomllibraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.tomllibraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.tomllibraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.tomllibraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.tomlOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.