fix: Dev to main Merge - #1156
Open
Dhruvkumar-Microsoft wants to merge 7 commits into
Open
Conversation
Reverts commits 9b69b94 and 42ac650. Co-authored-by: Copilot <[email protected]> Copilot-Session: f1b6197b-2b2e-4d4a-8837-53519434aba6
fix: Dependabot alerts high and critical
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is limited to removing unused dependencies, with no unresolved issues.
Pull request overview
Updates the backend dependency configuration by removing two unused Python packages.
Changes:
- Removed
azure-ai-evaluation. - Removed
nltk.
File summaries
| File | Description |
|---|---|
src/backend/pyproject.toml |
Removes the two unused dependencies. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
fix: Enhance CosmosDB queries to scope results by user ID for improved data security
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The deletion test does not assert the complete ownership and data-type predicates, and the security-sensitive behavior change needs documentation.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
- Files reviewed: 3/4 changed files
- Comments generated: 2
- Review effort level: Lite
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 Python project dependencies by removing two packages from the
pyproject.tomlfile. Specifically, it eliminates unused or unnecessary dependencies to streamline the backend environment.Dependency removals:
azure-ai-evaluationfrom the dependencies list inpyproject.toml.nltkfrom the dependencies list inpyproject.toml.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information