Bump the production-version-updates group with 5 updates#334
Merged
github-actions[bot] merged 1 commit intomainfrom Feb 23, 2026
Merged
Conversation
Bumps the production-version-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.129.0` | `0.131.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.13.0` | `2.13.1` | | [sqlmodel](https://github.com/fastapi/sqlmodel) | `0.0.33` | `0.0.37` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.3.1` | `3.3.2` | | [parse](https://github.com/r1chardj0n3s/parse) | `1.21.0` | `1.21.1` | Updates `fastapi` from 0.129.0 to 0.131.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.129.0...0.131.0) Updates `pydantic-settings` from 2.13.0 to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.0...v2.13.1) Updates `sqlmodel` from 0.0.33 to 0.0.37 - [Release notes](https://github.com/fastapi/sqlmodel/releases) - [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md) - [Commits](fastapi/sqlmodel@0.0.33...0.0.37) Updates `greenlet` from 3.3.1 to 3.3.2 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.3.1...3.3.2) Updates `parse` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/r1chardj0n3s/parse/releases) - [Commits](r1chardj0n3s/parse@1.21.0...1.21.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.131.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-version-updates - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: sqlmodel dependency-version: 0.0.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: greenlet dependency-version: 3.3.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-version-updates - dependency-name: parse dependency-version: 1.21.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-version-updates ... 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 the production-version-updates group with 5 updates:
0.129.00.131.02.13.02.13.10.0.330.0.373.3.13.3.21.21.01.21.1Updates
fastapifrom 0.129.0 to 0.131.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
b423b73🔖 Release version 0.131.070e8558📝 Update release notes48e9835🗑️ DeprecateORJSONResponseandUJSONResponse(#14964)2e62fb1📝 Update release noteseb544e7🔖 Release version 0.130.0bc06e42📝 Update release notes590a5e5✨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic re...1e78a36🔖 Release version 0.129.2f921de6📝 Update release notes4ab8138⬆️ Upgrade pytest (#14959)Updates
pydantic-settingsfrom 2.13.0 to 2.13.1Commits
e87d12dv2.13.1 (#790)acf8c14Fix JSON decoding for parameterized PEP 695 type aliases (#780)58b236aFix AttributeError with nested env vars for dict fields (#785) (#786)4933f06Fix CLI parsing error for set field types since 2.13.0 (#787) (#788)bd0ebe6Fix RecursionError with self-referential models in CliApp (#783)eb7840eFix regression for bool fields since 2.13.0 (#784)Updates
sqlmodelfrom 0.0.33 to 0.0.37Release notes
Sourced from sqlmodel's releases.
Changelog
Sourced from sqlmodel's changelog.
Commits
aa48bf5🔖 Release version 0.0.371ecbba6📝 Update release notes8fabd10👷 Fix build CI to not attempt to buildsqlmodel-slim(#1773)5f79efd🔖 Release version 0.0.3643cc7d3📝 Update release notes248a0b9➖ Drop support forsqlmodel-slim, no more versions will be released, use on...3e123f7🔖 Release version 0.0.35f0a77e4📝 Update release notes06b5a01🔨 Add script to remove Python 3.9 files, migrate to Python 3.10 (#1767)17fc7f5📝 Update release notesUpdates
greenletfrom 3.3.1 to 3.3.2Changelog
Sourced from greenlet's changelog.
Commits
a62f331Preparing release 3.3.2c73a2c6Pull in change note for 3.2.54eb47c8test_untracked_memory_doesnt_increase_unfinished_thread_dealloc_in_main: A ch...53ac405Add change note for #495d5b8515Merge pull request #495 from nbouvrette/fix/safe-finalization-py310e0625d7Merge pull request #494 from daniel7an/fix/issue-492-spdx-license292e126Fix SIGSEGV/SIGABRT during interpreter shutdown on Python < 3.1177e65f0Fix SPDX license identifier: Python-2.0 → PSF-2.0d4606efleak tests: do a better job skipping if uss isn't available. Fixes #48574a11b8Back to development: 3.3.2Updates
parsefrom 1.21.0 to 1.21.1Release notes
Sourced from parse's releases.
Commits
9a2ae8dbump version for releasecd6bf20Merge pull request #223 from karthiksai109/fix-microsecond-precisionba6803dFix microsecond precision loss in timestamp parsingDependabot 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