fix: downgrade agent-framework to version 1.3.0 in pyproject.toml and uv.lock - #641
Merged
Conversation
Dhanushree-Microsoft
requested review from
Avijit-Microsoft,
Roopan-Microsoft,
Anish Arora (aniaroramsft),
dgp10801,
nchandhi and
Todd Herman (toherman-msft)
as code owners
June 29, 2026 08:34
Dhanushree-Microsoft
temporarily deployed
to
production
June 29, 2026 08:34 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
This PR downgrades the agent-framework Python dependency used by the ContentProcessorWorkflow project, updating both the declared dependency in pyproject.toml and the resolved/pinned artifacts in uv.lock to keep the environment consistent.
Changes:
- Downgrade
agent-frameworkfrom1.9.0to1.3.0insrc/ContentProcessorWorkflow/pyproject.toml. - Update
src/ContentProcessorWorkflow/uv.lockto reflect the downgradedagent-frameworkandagent-framework-coreversions (and associated artifact URLs/hashes). - Update lockfile metadata (
requires-dist) to align with the downgraded dependency.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/ContentProcessorWorkflow/pyproject.toml | Pins agent-framework to 1.3.0 for the workflow project. |
| src/ContentProcessorWorkflow/uv.lock | Re-locks resolved dependencies/artifacts so installs match the downgraded version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Dhanushree-Microsoft
temporarily deployed
to
production
June 29, 2026 08:47 — with
GitHub Actions
Inactive
Avijit-Microsoft
approved these changes
Jun 29, 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.
Purpose
This pull request makes a single change to the
pyproject.tomlfile, downgrading theagent-frameworkdependency from version 1.9.0 to 1.3.0. This change may be necessary for compatibility or stability reasons.Does this introduce a breaking change?