fix: update pydantic-settings to version 2.14.2 in pyproject.toml #636
Open
Dhanushree-Microsoft wants to merge 8 commits into
Open
fix: update pydantic-settings to version 2.14.2 in pyproject.toml #636Dhanushree-Microsoft wants to merge 8 commits into
Dhanushree-Microsoft wants to merge 8 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependency definitions/lockfiles across the Python services (ContentProcessor, ContentProcessorAPI, ContentProcessorWorkflow) and adds/adjusts pnpm overrides for the web frontend to pick up newer patched transitive dependencies.
Changes:
- Bump
pydantic-settingsto2.14.2across Python components (and refresh correspondinguv.lockentries). - Update several Python runtime pins in the API/processor (e.g.,
cryptography,pyjwt,python-multipart,starlette, and addaiohttpfor the API). - Add additional
pnpm.overridesentries (and loosen some pins) in the webpackage.json.
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/ContentProcessorWorkflow/uv.lock | Refreshes lockfile to include pydantic-settings==2.14.2. |
| src/ContentProcessorWorkflow/pyproject.toml | Adds pydantic-settings==2.14.2 to workflow dependencies. |
| src/ContentProcessorWeb/package.json | Adds/updates pnpm.overrides for several frontend transitive dependencies. |
| src/ContentProcessorAPI/uv.lock | Updates lockfile for multiple dependency bumps and adds aiohttp==3.14.1. |
| src/ContentProcessorAPI/requirements.txt | Updates pinned runtime deps (but currently missing aiohttp). |
| src/ContentProcessorAPI/pyproject.toml | Updates pins and adds aiohttp==3.14.1 to project dependencies. |
| src/ContentProcessor/uv.lock | Updates lockfile for pydantic-settings==2.14.2. |
| src/ContentProcessor/requirements.txt | Updates pinned runtime deps (cryptography, pyjwt, pydantic-settings). |
| src/ContentProcessor/pyproject.toml | Updates pydantic-settings pin to 2.14.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… 1.9.0 - Change @babel/core override from >=7.29.6 to ^7.29.6 to prevent Babel 8 which is incompatible with babel-preset-react-app - Upgrade agent-framework from 1.3.0 to 1.9.0 to satisfy agent-framework-orchestrations requiring agent-framework-core>=1.9.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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 introduces several improvements and updates across the infrastructure and CI/CD workflows. The main changes include switching from GitHub secrets to organization/environment variables for Azure Container Registry (ACR) references, updating supported Azure regions, improving dependency management for private endpoints, and updating Python dependencies.
Does this introduce a breaking change?