Skip to content

Bump the production-version-updates group with 5 updates#334

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/production-version-updates-5af1788c7f
Feb 23, 2026
Merged

Bump the production-version-updates group with 5 updates#334
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/production-version-updates-5af1788c7f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the production-version-updates group with 5 updates:

Package From To
fastapi 0.129.0 0.131.0
pydantic-settings 2.13.0 2.13.1
sqlmodel 0.0.33 0.0.37
greenlet 3.3.1 3.3.2
parse 1.21.0 1.21.1

Updates fastapi from 0.129.0 to 0.131.0

Release notes

Sourced from fastapi's releases.

0.131.0

Breaking Changes

0.130.0

Features

0.129.2

Internal

0.129.1

Fixes

  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #14953 by @​tiangolo.

Docs

Translations

Internal

  • 👷 Always run tests on push to master branch and when run by scheduler. PR #14940 by @​YuriiMotov.

... (truncated)

Commits
  • b423b73 🔖 Release version 0.131.0
  • 70e8558 📝 Update release notes
  • 48e9835 🗑️ Deprecate ORJSONResponse and UJSONResponse (#14964)
  • 2e62fb1 📝 Update release notes
  • eb544e7 🔖 Release version 0.130.0
  • bc06e42 📝 Update release notes
  • 590a5e5 ✨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic re...
  • 1e78a36 🔖 Release version 0.129.2
  • f921de6 📝 Update release notes
  • 4ab8138 ⬆️ Upgrade pytest (#14959)
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.13.0 to 2.13.1

Commits

Updates sqlmodel from 0.0.33 to 0.0.37

Release notes

Sourced from sqlmodel's releases.

0.0.37

Internal

0.0.35

Breaking Changes

Internal

0.0.34

Internal

Changelog

Sourced from sqlmodel's changelog.

0.0.37

Internal

0.0.36

Internal

  • ➖ Drop support for sqlmodel-slim, no more versions will be released, use only sqmodel. PR #1772 by @​tiangolo.

0.0.35

Breaking Changes

Internal

0.0.34

Internal

Commits
  • aa48bf5 🔖 Release version 0.0.37
  • 1ecbba6 📝 Update release notes
  • 8fabd10 👷 Fix build CI to not attempt to build sqlmodel-slim (#1773)
  • 5f79efd 🔖 Release version 0.0.36
  • 43cc7d3 📝 Update release notes
  • 248a0b9 ➖ Drop support for sqlmodel-slim, no more versions will be released, use on...
  • 3e123f7 🔖 Release version 0.0.35
  • f0a77e4 📝 Update release notes
  • 06b5a01 🔨 Add script to remove Python 3.9 files, migrate to Python 3.10 (#1767)
  • 17fc7f5 📝 Update release notes
  • Additional commits viewable in compare view

Updates greenlet from 3.3.1 to 3.3.2

Changelog

Sourced from greenlet's changelog.

3.3.2 (2026-02-20)

  • Fix a crash on Python 3.10 if there are active greenlets during interpreter shutdown. See PR 495 <https://github.com/python-greenlet/greenlet/pull/495>_ by Nicolas Bouvrette.
Commits
  • a62f331 Preparing release 3.3.2
  • c73a2c6 Pull in change note for 3.2.5
  • 4eb47c8 test_untracked_memory_doesnt_increase_unfinished_thread_dealloc_in_main: A ch...
  • 53ac405 Add change note for #495
  • d5b8515 Merge pull request #495 from nbouvrette/fix/safe-finalization-py310
  • e0625d7 Merge pull request #494 from daniel7an/fix/issue-492-spdx-license
  • 292e126 Fix SIGSEGV/SIGABRT during interpreter shutdown on Python < 3.11
  • 77e65f0 Fix SPDX license identifier: Python-2.0 → PSF-2.0
  • d4606ef leak tests: do a better job skipping if uss isn't available. Fixes #485
  • 74a11b8 Back to development: 3.3.2
  • See full diff in compare view

Updates parse from 1.21.0 to 1.21.1

Release notes

Sourced from parse's releases.

1.21.1

What's Changed

New Contributors

Full Changelog: r1chardj0n3s/parse@1.21.0...1.21.1

Commits
  • 9a2ae8d bump version for release
  • cd6bf20 Merge pull request #223 from karthiksai109/fix-microsecond-precision
  • ba6803d Fix microsecond precision loss in timestamp parsing
  • See full diff in compare view

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 <dependency name> major version will 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 version will 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

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 23, 2026
@github-actions github-actions bot enabled auto-merge February 23, 2026 12:14
@github-actions github-actions bot merged commit f25a4aa into main Feb 23, 2026
3 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/pip/production-version-updates-5af1788c7f branch February 23, 2026 12:15
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants