fix: Update azure-ai-projects version to 2.4.0 in requirements files - #323
Open
Harsh-Microsoft wants to merge 1 commit into
Open
fix: Update azure-ai-projects version to 2.4.0 in requirements files#323Harsh-Microsoft wants to merge 1 commit into
Harsh-Microsoft wants to merge 1 commit into
Conversation
Harsh-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay Sharma (Vinay-Microsoft),
gpickett,
malrose07 and
Todd Herman (toherman-msft)
as code owners
July 29, 2026 07:23
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the pinned azure-ai-projects dependency to 2.4.0 in both the backend and post-provision agent scripts, aligning the solution’s Python components on the same newer Azure SDK version.
Changes:
- Bumped
azure-ai-projectsfrom2.1.0to2.4.0inchat-app/backend/requirements.txt. - Bumped
azure-ai-projectsfrom2.1.0to2.4.0ininfra/scripts/post-provision/agent_scripts/requirements.txt.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| infra/scripts/post-provision/agent_scripts/requirements.txt | Updates the post-provision agent script dependency pin for azure-ai-projects to 2.4.0. |
| chat-app/backend/requirements.txt | Updates the backend service dependency pin for azure-ai-projects to 2.4.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 updates the
azure-ai-projectsdependency from version 2.1.0 to 2.4.0 in both the backend and infrastructure requirements files. This ensures that the project uses the latest features and bug fixes from theazure-ai-projectspackage.Dependency updates:
azure-ai-projectsfrom version 2.1.0 to 2.4.0 inchat-app/backend/requirements.txtazure-ai-projectsfrom version 2.1.0 to 2.4.0 ininfra/scripts/post-provision/agent_scripts/requirements.txtDoes this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information