chore: bump the python-dependencies group with 5 updates#6
Merged
github-actions[bot] merged 1 commit intoApr 20, 2026
Merged
Conversation
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `fastapi` to 0.136.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.135.3...0.136.0) Updates `pydantic` to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.0...v2.13.3) Updates `pydantic-core` to 2.46.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits) Updates `pydantic-settings` to 2.14.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.0) Updates `ruff` to 0.15.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.10...0.15.11) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-core dependency-version: 2.46.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development dependency-group: python-dependencies ... 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.
Updates the requirements on fastapi, pydantic, pydantic-core, pydantic-settings and ruff to permit the latest version.
Updates
fastapito 0.136.0Release notes
Sourced from fastapi's releases.
Commits
708606c🔖 Release version 0.136.013be6a3📝 Update release notes4b26487⬆️ Support free-threaded Python 3.14t (#15149)f796c34🔖 Release version 0.135.409d1d1c📝 Update release notesae4e45c🔥 Remove April Fool's@app.vibe()🤪 (#15363)9653034📝 Update release notes6f9a102⬆ Bump cryptography from 46.0.5 to 46.0.7 (#15314)eba8942📝 Update release notes77d080c⬆ Bump strawberry-graphql from 0.307.1 to 0.312.3 (#15309)Updates
pydanticto 2.13.3Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
9e9a111Fix backported test1ec8c6aPrepare release v2.13.3fb4f204HandleAttributeErrorsubclasses withfrom_attributesca3ddd1Prepare release v2.13.2000e823FixValidationInfo.field_namemissing withmodel_validate_json()d45d8bePrepare release 2.13.154aca60FixValidationInfo.datamissing withmodel_validate_json()Updates
pydantic-coreto 2.46.3Changelog
Sourced from pydantic-core's changelog.
... (truncated)
Commits
Updates
pydantic-settingsto 2.14.0Release notes
Sourced from pydantic-settings's releases.
Commits
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)577c05fAdd note about Mypy plugin forBaseSettings.__init__()(#842)2355bc5Fix CliPositionalArg[list[CustomType]] crash for custom types (#839)16bd6fdIntroduce zizmor (#838)df8b239Bump boto3 from 1.42.82 to 1.42.83 in the python-packages group (#837)c5401a2Introduce yamlfmt (#836)953e28eBump the python-packages group with 3 updates (#833)Updates
ruffto 0.15.11Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
53554b1Bump 0.15.11 (#24678)08c56c8Factor out themdtestcrate (#24616)725fbb7[ty] Use partially qualified names when reporting diagnostics regarding bad c...ddd6a30[ty] Do not suggest argument completion when at value of keyword argument (#2...9282e61Disallow@disjoint_base on TypedDicts and Protocols (#24671)e9986d8[ty] Reject using properties withNeversetters or deleters (#24510)9cf212f[ty] Normalize property setter and deleter wrappers (#24509)12a1589Add override mention to ASYNC109 docs (#24666)dccb03d[ty] Avoid panicking on overloadedCallabletype context (#24661)61f9a0a[ty] Sync vendored typeshed stubs (#24646)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions