Skip to content

Python: Remove bad dependency#4696

Merged
vrdmr merged 2 commits into
mainfrom
larohra/remove-bad-dep
Mar 13, 2026
Merged

Python: Remove bad dependency#4696
vrdmr merged 2 commits into
mainfrom
larohra/remove-bad-dep

Conversation

@larohra

@larohra larohra commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Motivation and Context

Description

Remove unused bad dependency

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Copilot AI review requested due to automatic review settings March 13, 2026 21:13
@markwallace-microsoft markwallace-microsoft added the python Usage: [Issues, PRs], Target: Python label Mar 13, 2026
@github-actions github-actions Bot changed the title Remove bad dependency Python: Remove bad dependency Mar 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unused/undesired Python dependency from Azure Functions workflow hosting samples to keep sample environments minimal and avoid pulling in an unnecessary package.

Changes:

  • Removed agents-maf from requirements.txt for the 09_workflow_shared_state sample.
  • Removed agents-maf from requirements.txt for the 12_workflow_hitl sample.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
python/samples/04-hosting/azure_functions/09_workflow_shared_state/requirements.txt Drops agents-maf from the sample’s dependency list.
python/samples/04-hosting/azure_functions/12_workflow_hitl/requirements.txt Drops agents-maf from the sample’s dependency list.

You can also share your feedback on Copilot code review. Take the survey.

@vrdmr vrdmr added this pull request to the merge queue Mar 13, 2026
Merged via the queue into main with commit 2f4c4aa Mar 13, 2026
35 checks passed
@crickman crickman deleted the larohra/remove-bad-dep branch March 16, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants