Skip to content

chore(deps): bump pydantic-settings from 2.14.1 to 2.14.2 in /api#73

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/pydantic-settings-2.14.2
Open

chore(deps): bump pydantic-settings from 2.14.1 to 2.14.2 in /api#73
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/pydantic-settings-2.14.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown

Bumps pydantic-settings from 2.14.1 to 2.14.2.

Release notes

Sourced from pydantic-settings's releases.

v2.14.2

What's Changed

This is a security patch release.

Security

Fixes GHSA-4xgf-cpjx-pc3j: NestedSecretsSettingsSource with secrets_nested_subdir=True could follow a symbolic link inside secrets_dir pointing outside it, reading out-of-tree files into settings values and bypassing the secrets_dir_max_size cap. Affected versions: >= 2.12.0, < 2.14.2.

Full Changelog: pydantic/pydantic-settings@v2.14.1...v2.14.2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Greptile Summary

This PR bumps pydantic-settings from 2.14.1 to 2.14.2 in the /api package. The update is a security patch release addressing GHSA-4xgf-cpjx-pc3j, a symlink traversal vulnerability in NestedSecretsSettingsSource.

  • The minimum version pin in pyproject.toml is tightened from >=2.7.0 to >=2.14.2 to enforce the secure release.
  • uv.lock is regenerated with the new wheel/sdist hashes and incidentally updated CUDA platform markers (removing win32 from nvidia package conditions).

Confidence Score: 5/5

Safe to merge — this is a targeted security patch with no API changes that affect the application code.

The only application-facing change is a tighter lower-bound version pin for pydantic-settings, picking up a published patch that fixes a symlink traversal in a secrets-loading feature. The lock file regeneration is deterministic and the hashes match the official PyPI release. No logic in the API codebase is modified.

No files require special attention.

Important Files Changed

Filename Overview
api/pyproject.toml Lower bound of pydantic-settings tightened from >=2.7.0 to >=2.14.2 to enforce the security patch release
api/uv.lock Lock file regenerated: pydantic-settings updated to 2.14.2 with new hashes; CUDA package platform markers incidentally updated to drop win32 conditions

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dependabot opens PR] --> B[pyproject.toml: pydantic-settings\n>=2.7.0 → >=2.14.2]
    B --> C[uv.lock regenerated\nwith 2.14.2 hashes]
    C --> D{Security patch\nGHSA-4xgf-cpjx-pc3j}
    D --> E[NestedSecretsSettingsSource\nsymlink traversal FIXED]
    D --> F[secrets_dir_max_size\nbypass CLOSED]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[dependabot opens PR] --> B[pyproject.toml: pydantic-settings\n>=2.7.0 → >=2.14.2]
    B --> C[uv.lock regenerated\nwith 2.14.2 hashes]
    C --> D{Security patch\nGHSA-4xgf-cpjx-pc3j}
    D --> E[NestedSecretsSettingsSource\nsymlink traversal FIXED]
    D --> F[secrets_dir_max_size\nbypass CLOSED]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump pydantic-settings from..." | Re-trigger Greptile

Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.14.1 to 2.14.2.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.1...v2.14.2)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-version: 2.14.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants