Skip to content

fix: update package dependencies for aiohttp, requests, pypdf, and lo…#871

Closed
Dhanushree-Microsoft wants to merge 2 commits into
devfrom
kmgeneric-dhmohdep
Closed

fix: update package dependencies for aiohttp, requests, pypdf, and lo…#871
Dhanushree-Microsoft wants to merge 2 commits into
devfrom
kmgeneric-dhmohdep

Conversation

@Dhanushree-Microsoft
Copy link
Copy Markdown
Contributor

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):

  • Upgraded aiohttp from version 3.13.3 to 3.13.4 in both infra/scripts/agent_scripts/requirements.txt and src/api/requirements.txt to ensure consistency and benefit from the latest fixes. [1] [2]
  • Updated requests to 2.33.0 and types-requests to 2.33.0.20260408 in src/api/requirements.txt for improved compatibility and type checking.
  • Upgraded pypdf from 6.6.2 to 6.10.0 in infra/scripts/index_scripts/requirements.txt for enhanced PDF processing features and bug fixes.

Dependency updates (JavaScript):

  • Updated the lodash package from version 4.17.23 to 4.18.1 in src/App/package-lock.json to address security vulnerabilities and improve performance.
  • Added lodash (version ^4.18.0) as a dependency in src/App/package.json to ensure it is explicitly included in the project.
  • ...

Does this introduce a breaking change?

  • Yes
  • No

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates backend (Python) and frontend (JavaScript) dependencies to newer versions to improve security, compatibility, and performance.

Changes:

  • Bumped Python deps (aiohttp, requests, types-requests) in src/api/requirements.txt and aiohttp in agent scripts.
  • Upgraded pypdf for index scripts.
  • Added lodash as an explicit frontend dependency.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.

File Description
src/api/requirements.txt Updates pinned HTTP client dependencies (requests, types-requests, aiohttp).
infra/scripts/agent_scripts/requirements.txt Keeps aiohttp aligned with the API requirements bump.
infra/scripts/index_scripts/requirements.txt Upgrades pypdf for index script PDF processing.
src/App/package.json Adds lodash as an explicit dependency.
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.

Comment thread src/App/package.json
Comment thread src/App/package.json
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Dhanushree-Microsoft
Copy link
Copy Markdown
Contributor Author

Closing in favor of #872 (recreated with same changes)

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.

3 participants