Skip to content

fix: update pydantic-settings to version 2.14.2 in pyproject.toml #636

Open
Dhanushree-Microsoft wants to merge 8 commits into
devfrom
psl-congen24
Open

fix: update pydantic-settings to version 2.14.2 in pyproject.toml #636
Dhanushree-Microsoft wants to merge 8 commits into
devfrom
psl-congen24

Conversation

@Dhanushree-Microsoft

Copy link
Copy Markdown

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?

  • Yes
  • No

Copilot AI review requested due to automatic review settings June 25, 2026 07:43
@Dhanushree-Microsoft Dhanushree-Microsoft changed the title fix: update pydantic-settings to version 2.14.2 in pyproject.toml a… fix: update pydantic-settings to version 2.14.2 in pyproject.toml Jun 25, 2026
@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL121716186% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
244 0 💤 0 ❌ 0 🔥 4.395s ⏱️

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-settings to 2.14.2 across Python components (and refresh corresponding uv.lock entries).
  • Update several Python runtime pins in the API/processor (e.g., cryptography, pyjwt, python-multipart, starlette, and add aiohttp for the API).
  • Add additional pnpm.overrides entries (and loosen some pins) in the web package.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.

Comment thread src/ContentProcessorWeb/package.json Outdated
Comment thread src/ContentProcessorAPI/pyproject.toml
… 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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 10 changed files in this pull request and generated 3 comments.

Comment thread src/ContentProcessorWeb/package.json Outdated
Comment thread src/ContentProcessorWeb/package.json Outdated
Comment thread src/ContentProcessorWorkflow/pyproject.toml
Copilot AI review requested due to automatic review settings June 25, 2026 08:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 10 changed files in this pull request and generated 1 comment.

Comment thread src/ContentProcessorAPI/pyproject.toml
Copilot AI review requested due to automatic review settings June 25, 2026 09:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 10 changed files in this pull request and generated 1 comment.

Comment thread src/ContentProcessorWorkflow/pyproject.toml
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.

2 participants