fix: update package versions in requirements and package files#875
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates backend and infra Python dependencies and introduces a frontend npm override to address dependency version updates across the project.
Changes:
- Bump Python packages in
src/api/requirements.txt(notablyrequests,aiohttp,pytest). - Bump infra script Python dependency
pypdfand alignaiohttpin agent scripts. - Add an npm
overridesentry forlodashand update the lockfile resolution.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/api/requirements.txt | Updates pinned Python dependency versions for the API runtime and dev tooling. |
| infra/scripts/index_scripts/requirements.txt | Updates pinned dependency versions used by indexing scripts. |
| infra/scripts/agent_scripts/requirements.txt | Updates pinned dependency versions used by agent scripts. |
| src/App/package.json | Adds an npm override for lodash to influence transitive dependency resolution. |
| src/App/package-lock.json | Records the updated resolved lodash version from npm install. |
Files not reviewed (1)
- src/App/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… in requirements.txt
Roopan-Microsoft
approved these changes
Apr 16, 2026
Contributor
|
🎉 This PR is included in version 3.21.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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 primarily updates several dependencies across the project to address bug fixes, security patches, and feature enhancements. The most significant changes are version bumps for key Python and JavaScript packages in both backend and frontend requirements.
Does this introduce a breaking change?