Skip to content

Python: Remove bad dependency#4696

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

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

Conversation

@larohra
Copy link
Contributor

@larohra larohra commented Mar 13, 2026

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
@github-actions github-actions bot changed the title Remove bad dependency Python: Remove bad dependency Mar 13, 2026
Copy link
Contributor

Copilot AI left a comment

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants