Skip to content

fix: update package dependencies for aiohttp, requests, pypdf, and lodash#872

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

fix: update package dependencies for aiohttp, requests, pypdf, and lodash#872
Dhanushree-Microsoft wants to merge 3 commits into
devfrom
kmgeneric-dhmohdep-v2

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.
  • 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

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.

1 participant