Commit 5c27477
Refactor dependency management and add verification script (#148)
* Refactor dependency management and add verification script
- Updated setup.py to enforce exact version matching for internal dependencies.
- Enhanced pyproject.toml with new workspace extensions and centralized version constraints for external dependencies.
- Introduced a new script (verify_constraints.py) to ensure proper configuration of version constraints across packages.
- Modified uv.lock to reflect updated dependency specifications and removed version constraints from package metadata.
* refactor: Improve internal dependency handling in verify_constraints.py
* refactor: Update regex pattern formatting and improve readability in verify_constraints.py
* refactor: Update PACKAGE_NAME_PATTERN to enforce package name rules
---------
Co-authored-by: Johan Broberg <johanb@microsoft.com>1 parent 2ef3d3c commit 5c27477
33 files changed
Lines changed: 2543 additions & 358 deletions
File tree
- .github/workflows
- docs/prd
- tasks
- libraries
- microsoft-agents-a365-notifications
- microsoft-agents-a365-observability-core
- microsoft-agents-a365-observability-extensions-agentframework
- microsoft-agents-a365-observability-extensions-langchain
- microsoft-agents-a365-observability-extensions-openai
- microsoft-agents-a365-observability-extensions-semantickernel
- microsoft-agents-a365-observability-hosting
- microsoft-agents-a365-runtime
- microsoft-agents-a365-tooling-extensions-agentframework
- microsoft-agents-a365-tooling-extensions-azureaifoundry
- microsoft-agents-a365-tooling-extensions-openai
- microsoft-agents-a365-tooling-extensions-semantickernel
- microsoft-agents-a365-tooling
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
139 | 167 | | |
140 | 168 | | |
141 | 169 | | |
| |||
0 commit comments