Commit fb2a864
Johan Broberg
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.1 parent 56e2831 commit fb2a864
File tree
33 files changed
+2546
-357
lines changed- .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
33 files changed
+2546
-357
lines changed| 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 | + | |
139 | 164 | | |
140 | 165 | | |
141 | 166 | | |
| |||
0 commit comments