Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a centralized versioning system for the Agent365 Python SDK monorepo by adding dynamic dependency version management at build time.
Key Changes:
- New
setup_utils.pymodule that dynamically updates internal package versions from environment variables - Integration of dynamic versioning into
setup.pyfor the observability-extensions-semantickernel package - Updated internal package dependencies in
pyproject.tomlfiles to use development version constraints (>= 0.1.0.dev0)
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
versioning/helper/setup_utils.py |
New shared utility module providing get_package_version() and get_dynamic_dependencies() functions to manage version synchronization across monorepo packages |
libraries/microsoft-agents-a365-observability-extensions-semantickernel/setup.py |
Integrates dynamic dependency versioning by importing and using setup_utils to resolve internal package versions at build time |
libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml |
Updates internal dependency to placeholder version (>= 0.0.0) with comments explaining dynamic replacement strategy |
libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml |
Updates microsoft-agents-a365-tooling dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml |
Updates microsoft-agents-a365-tooling dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml |
Updates microsoft-agents-a365-tooling dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml |
Updates microsoft-agents-a365-tooling dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml |
Updates microsoft-agents-a365-observability-core dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml |
Updates microsoft-agents-a365-observability-core dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml |
Updates microsoft-agents-a365-observability-core dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-observability-core/pyproject.toml |
Updates microsoft-agents-a365-runtime dependency to >= 0.1.0.dev0 for consistency with development versioning |
libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml
Show resolved
Hide resolved
libraries/microsoft-agents-a365-observability-extensions-semantickernel/setup.py
Show resolved
Hide resolved
juliomenendez
previously approved these changes
Nov 8, 2025
mrunalhirve128
approved these changes
Nov 9, 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.
No description provided.