fix: update package dependencies for aiohttp, requests, pypdf, and lodash#872
Closed
Dhanushree-Microsoft wants to merge 3 commits into
Closed
fix: update package dependencies for aiohttp, requests, pypdf, and lodash#872Dhanushree-Microsoft wants to merge 3 commits into
Dhanushree-Microsoft wants to merge 3 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2 tasks
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 both backend (Python) and frontend (JavaScript) components to their latest versions. These updates are aimed at improving security, compatibility, and performance.
Dependency updates (Python):
aiohttpfrom version 3.13.3 to 3.13.4 in bothinfra/scripts/agent_scripts/requirements.txtandsrc/api/requirements.txtto ensure consistency and benefit from the latest fixes.requeststo 2.33.0 andtypes-requeststo 2.33.0.20260408 insrc/api/requirements.txtfor improved compatibility and type checking.pypdffrom 6.6.2 to 6.10.0 ininfra/scripts/index_scripts/requirements.txtfor enhanced PDF processing features and bug fixes.Dependency updates (JavaScript):
lodashpackage from version 4.17.23 to 4.18.1 insrc/App/package-lock.jsonto address security vulnerabilities and improve performance.lodash(version ^4.18.0) as a dependency insrc/App/package.jsonto ensure it is explicitly included in the project.Does this introduce a breaking change?