⬆ bump pydantic-settings from 2.11.0 to 2.14.1#313
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d759fa613f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| { name = "psycopg", extras = ["binary"], specifier = ">=3.2.5" }, | ||
| { name = "pydantic", specifier = "~=2.10" }, | ||
| { name = "pydantic-settings", specifier = "~=2.8" }, | ||
| { name = "pydantic-settings", specifier = "~=2.14" }, |
There was a problem hiding this comment.
Update source dependency constraints with the lock
This lock metadata no longer matches the workspace project manifests: rg pydantic-settings --glob '!uv.lock' shows apps/api, apps/discord_bot, apps/worker, and packages/shared still declare pydantic-settings~=2.8. In contexts that validate or regenerate the lock from pyproject.toml (for example a locked CI/deploy sync or the next uv lock), the lock is treated as stale or the bump is undone, so the intended 2.14.1 upgrade is not reliably applied. Please update the source pyproject.toml constraints alongside the lock entries.
Useful? React with 👍 / 👎.
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.11.0 to 2.14.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.11.0...v2.14.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
d759fa6 to
e162157
Compare
Bumps pydantic-settings from 2.11.0 to 2.14.1.
Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
e95c30bPrepare release 2.14.1 (#859)0c87345Fix field namedclsconflicting with classmethod parameter (#858)7bd0072Bump the python-packages group with 2 updates (#856)b03e573Bump the github-actions group with 3 updates (#853)eaa3b43Bump the python-packages group with 5 updates (#854)9f95615Bump the python-packages group with 4 updates (#850)8916beePrepare release 2.14.0 (#848)39e551cFix CLI descriptions lost underpython -OOby falling back to `json_schema_...9ed7f48Bump the python-packages group with 4 updates (#847)617c690Fixcli_ignore_unknown_args=Truenot working on subcommands (#844)