chore: align frontend and backend dependencies for stability and compatibility #1878
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 dependencies across the frontend JavaScript and Python environments, focusing on aligning versions for stability and compatibility. The most important changes are grouped below by theme.
Frontend dependency updates:
reactand related packages inpackage.jsonfrom version 19.x to 18.3.1, and reduced versions ofreact-markdownandreact-router-domto improve compatibility with other dependencies.package.json, including lowering versions for@vitejs/plugin-reactandvite, and adjusting type packages for React and Node to match the new React version.Python backend dependency changes:
azure-storage-blobfrom version 12.25.1 to 12.20.0 inpyproject.toml, likely for compatibility reasons.semantic-kernelandpydanticto earlier versions inpyproject.tomlto resolve version conflicts or maintain stability.Data scripts dependency updates:
azure-identityto a newer version and downgradedazure-keyvault-secretsinscripts/data_scripts/requirements.txtfor improved security and compatibility.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information