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
Open
chore(deps): bump pydantic-settings from 2.14.1 to 2.14.2 in /api#73dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
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.
Bumps pydantic-settings from 2.14.1 to 2.14.2.
Release notes
Sourced from pydantic-settings's releases.
Commits
d703bd7Prepare release 2.14.2 (#890)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-settingsfrom 2.14.1 to 2.14.2 in the/apipackage. The update is a security patch release addressing GHSA-4xgf-cpjx-pc3j, a symlink traversal vulnerability inNestedSecretsSettingsSource.pyproject.tomlis tightened from>=2.7.0to>=2.14.2to enforce the secure release.uv.lockis regenerated with the new wheel/sdist hashes and incidentally updated CUDA platform markers (removingwin32from 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
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]%%{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]Reviews (1): Last reviewed commit: "chore(deps): bump pydantic-settings from..." | Re-trigger Greptile