Skip to content

fix: Dev to main Merge - #1156

Open
Dhruvkumar-Microsoft wants to merge 7 commits into
mainfrom
dev
Open

fix: Dev to main Merge#1156
Dhruvkumar-Microsoft wants to merge 7 commits into
mainfrom
dev

Conversation

@Dhruvkumar-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request updates the Python project dependencies by removing two packages from the pyproject.toml file. Specifically, it eliminates unused or unnecessary dependencies to streamline the backend environment.

Dependency removals:

  • Removed azure-ai-evaluation from the dependencies list in pyproject.toml.
  • Removed nltk from the dependencies list in pyproject.toml.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@github-actions

github-actions Bot commented Sep 11, 2026

Copy link
Copy Markdown

Coverage

Coverage Report •
FileStmtsMissCoverMissing
common/database
   cosmosdb.py2561992%338, 341–343, 427–428, 461–462, 513, 515, 520–525, 528–529, 533
TOTAL383555285% 

Tests Skipped Failures Errors Time
837 0 💤 0 ❌ 0 🔥 6.215s ⏱️

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.

🟢 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
Copilot AI review requested due to automatic review settings September 11, 2026 10:32

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.

🟡 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

Comment thread src/backend/common/database/cosmosdb.py
Comment thread src/backend/common/database/cosmosdb.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants