Skip to content

Bump pydantic-settings from 2.14.0 to 2.14.2 in /packages/verifiers-rl - #1772

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/packages/verifiers-rl/pydantic-settings-2.14.2
Closed

Bump pydantic-settings from 2.14.0 to 2.14.2 in /packages/verifiers-rl#1772
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/packages/verifiers-rl/pydantic-settings-2.14.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pydantic-settings from 2.14.0 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

v2.14.1

What's Changed

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

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.

Note

High Risk
Large transitive downgrade of verifiers and removal of MCP, math-verify, tunnel, and settings-related deps can break RL training or agent features that relied on the 0.1.12 dependency set.

Overview
Updates packages/verifiers-rl/uv.lock only. The resolved verifiers package moves from 0.1.12 to 0.1.8.post2, which drives most of the churn in transitive dependencies.

Several packages that were present under the newer verifiers tree are dropped from the lockfile, including pydantic-settings (2.14.0), math-verify, gepa, prime-tunnel, anthropic, aiolimiter, and related crypto/MCP/JWT stacks. openai-agents is pinned much lower (0.14.5 → 0.0.7), mcp (1.27.0 → 1.1.3), fastapi (0.136.1 → 0.125.0), and starlette (0.52.1 → 0.50.0). griffelib is replaced by griffe.

The diff also adds platform/version markers on some CUDA, mlx-lm, and xformers edges—typical uv lock resolution noise rather than application code changes.

Note: The PR title mentions bumping pydantic-settings to 2.14.2, but this diff removes pydantic-settings entirely rather than upgrading it.

Reviewed by Cursor Bugbot for commit 15517cf. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Bump pydantic-settings from 2.14.0 to 2.14.2 in verifiers-rl

Updates the pydantic-settings dependency lockfile in the verifiers-rl package to 2.14.2.

Macroscope summarized 15517cf.

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

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

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 19, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 15517cf. Configure here.

[[package]]
name = "verifiers"
version = "0.1.12"
version = "0.1.8.post2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Locked verifiers package regressed

High Severity

The lock now pins verifiers at 0.1.8.post2 where it previously resolved to 0.1.12, while pyproject.toml still declares an unpinned verifiers dependency with exclude-newer-package disabled for that package. verifiers-rl imports newer modules such as verifiers.utils.env_config_utils, which are unlikely to exist in that older release, so installs from this lock can break vf-train and related entrypoints at import time.

Fix in Cursor Fix in Web

Triggered by project rule: BugBot Instructions

Reviewed by Cursor Bugbot for commit 15517cf. Configure here.

{ name = "pycountry" },
]

[[package]]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing pydantic-settings security bump

Medium Severity

This PR is meant to move pydantic-settings from 2.14.0 to 2.14.2, but the lock removes the pydantic-settings package entirely and never records 2.14.2. The security patch is therefore not applied in the resolved environment, and the lock no longer matches the stated dependency update.

Fix in Cursor Fix in Web

Triggered by project rule: BugBot Instructions

Reviewed by Cursor Bugbot for commit 15517cf. Configure here.

@macroscopeapp

macroscopeapp Bot commented Jun 19, 2026

Copy link
Copy Markdown

Approvability

Verdict: Needs human review

Unresolved review comments identify critical issues: the lockfile removes pydantic-settings entirely (rather than updating it) and regresses the verifiers package to an older version that may break imports. The PR does not accomplish its stated dependency update.

You can customize Macroscope's approvability policy. Learn more.

@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like pydantic-settings is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 8, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/packages/verifiers-rl/pydantic-settings-2.14.2 branch July 8, 2026 15:22
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