Python: Consolidate Dependabot dependency updates - #7033
Merged
Evan Mattson (moonbox3) merged 1 commit intoJul 10, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates a set of overlapping Python Dependabot updates into a single coherent dependency resolution for the Python workspace, reducing repeated lockfile conflicts and keeping dev/build/test tooling aligned across packages.
Changes:
- Updated Python dev tooling pins (uv, pytest, mypy, pyright, poethepoet) and telemetry deps (azure-monitor-opentelemetry + opentelemetry-sdk) in the workspace and lab package.
- Broadened
uv_buildbuild-system constraints for theollamaandmistralpackages to support neweruv_buildversions. - Updated package optional dev dependencies to align pytest version where relevant.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| python/pyproject.toml | Bumps workspace dev/tooling + telemetry pins (uv/pytest/mypy/pyright/poethepoet + OTel/Azure Monitor). |
| python/packages/lab/pyproject.toml | Aligns lab dev/tooling pins with the workspace updates. |
| python/packages/devui/pyproject.toml | Updates optional dev/all pytest pin to 9.1.1. |
| python/packages/ag-ui/pyproject.toml | Updates optional dev pytest pin to 9.1.1. |
| python/packages/ollama/pyproject.toml | Expands uv_build version range in build-system requirements. |
| python/packages/mistral/pyproject.toml | Expands uv_build version range in build-system requirements. |
Contributor
Evan Mattson (moonbox3)
marked this pull request as ready for review
July 10, 2026 00:05
Evan Mattson (moonbox3)
enabled auto-merge
July 10, 2026 00:06
Giles Odigwe (giles17)
approved these changes
Jul 10, 2026
Peter Ibekwe (peibekwe)
approved these changes
Jul 10, 2026
This was referenced Jul 10, 2026
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.
Motivation & Context
Nine open Python Dependabot pull requests update overlapping development, build, and lockfile dependencies. Consolidating them keeps the workspace on one coherent resolution and avoids repeated
uv.lockconflicts across the individual updates.Description & Review Guide
opentelemetry-sdkto 1.43.0 as required by Azure Monitor OpenTelemetry 1.8.9; and regeneratesuv.lock.Related Issue
Supersedes #7012, #7013, #7014, #7015, #7016, #7017, #7018, #7019, and #7021. These are Dependabot pull requests rather than an umbrella issue, so this PR does not close an issue.
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.