⬆ Bump sqlmodel from 0.0.24 to 0.0.27 in /backend
Open
Number: #6
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
November 30, 2025 at 11:07 AM UTC
(8 days ago)
(8 days ago)
Updated:
November 30, 2025 at 11:07 AM UTC
(8 days ago)
(8 days ago)
Description:
Bumps sqlmodel from 0.0.24 to 0.0.27.
Release notes
Sourced from sqlmodel's releases.
0.0.27
Upgrades
- ⬆️ Add support for Python 3.14. PR #1578 by
@svlandeg.0.0.26
Fixes
- 🐛 Fix attribute handling in
model_dumpfor compatibility with the latest Pydantic versions. PR #1595 by@spazm.Docs
- 📝 Fix typo in
docs/tutorial/fastapi/simple-hero-api.md. PR #1583 by@kofi-kusi.Internal
- ⬆ Bump mypy from 1.4.1 to 1.18.2. PR #1560 by
@dependabot[bot].- ✅ Add test that runs select with 3 or 4 arguments. PR #1590 by
@svlandeg.- ⬆ Bump mkdocs-macros-plugin from 1.3.9 to 1.4.0. PR #1581 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.6.20 to 9.6.21. PR #1588 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1584 by
@pre-commit-ci[bot].- ⬆ Bump tiangolo/issue-manager from 0.5.1 to 0.6.0. PR #1589 by
@dependabot[bot].- 👷 Update docs previews comment, single comment, add failure status. PR #1586 by
@tiangolo.- ⬆ Bump markdown-include-variants from 0.0.4 to 0.0.5. PR #1582 by
@dependabot[bot].- ⬆ Bump typing-extensions from 4.13.2 to 4.15.0 for Python 3.9+. PR #1580 by
@svlandeg.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1571 by
@pre-commit-ci[bot].- ⬆ Bump typer from 0.17.4 to 0.19.2. PR #1573 by
@dependabot[bot].- ⬆ Bump ruff from 0.13.0 to 0.13.2. PR #1576 by
@dependabot[bot].- 💚 Fix CI test suite for Windows and MacOS. PR #1307 by
@svlandeg.0.0.25
Features
- ✨ Add overload for
execmethod to supportinsert,update,deletestatements. PR #1342 by@seriaati.Upgrades
- ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR #1316 by
@svlandeg.Docs
- ✏️ Fix typos in
docs/tutorial/relationship-attributes/cascade-delete-relationships.md. PR #1543 by@YuriiMotov.- 🍱 Update SVG files, a single file per diagram, sans-serif fonts. PR #1373 by
@tiangolo.- 📝 Grammar tweak in
docs/tutorial/insert.md. PR #1368 by@brettcannon.- 📝 Update
docs/tutorial/fastapi/relationships.md. PR #1365 by@Foxerine.- ✏️ Tweak the grammar in
docs/learn/index.md. PR #1363 by@brettcannon.- 📝 Update all docs references to
Optionalto use the new syntax in Python 3.10, e.g.int | None. PR #1351 by@tiangolo.- 📝 Update install and usage with FastAPI CLI in FastAPI tutorial. PR #1350 by
@tiangolo.- 📝 Update FastAPI tutorial docs to use the new
model.sqlmodel_update()instead of oldsetattr(). PR #1117 by@jpizquierdo.- ✏️ Update
docs/virtual-environments.md. PR #1321 by@sylvainHellin.
... (truncated)
Changelog
Sourced from sqlmodel's changelog.
0.0.27
Upgrades
- ⬆️ Add support for Python 3.14. PR #1578 by
@svlandeg.0.0.26
Fixes
- 🐛 Fix attribute handling in
model_dumpfor compatibility with the latest Pydantic versions. PR #1595 by@spazm.Docs
- 📝 Fix typo in
docs/tutorial/fastapi/simple-hero-api.md. PR #1583 by@kofi-kusi.Internal
- ⬆ Bump mypy from 1.4.1 to 1.18.2. PR #1560 by
@dependabot[bot].- ✅ Add test that runs select with 3 or 4 arguments. PR #1590 by
@svlandeg.- ⬆ Bump mkdocs-macros-plugin from 1.3.9 to 1.4.0. PR #1581 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.6.20 to 9.6.21. PR #1588 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1584 by
@pre-commit-ci[bot].- ⬆ Bump tiangolo/issue-manager from 0.5.1 to 0.6.0. PR #1589 by
@dependabot[bot].- 👷 Update docs previews comment, single comment, add failure status. PR #1586 by
@tiangolo.- ⬆ Bump markdown-include-variants from 0.0.4 to 0.0.5. PR #1582 by
@dependabot[bot].- ⬆ Bump typing-extensions from 4.13.2 to 4.15.0 for Python 3.9+. PR #1580 by
@svlandeg.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1571 by
@pre-commit-ci[bot].- ⬆ Bump typer from 0.17.4 to 0.19.2. PR #1573 by
@dependabot[bot].- ⬆ Bump ruff from 0.13.0 to 0.13.2. PR #1576 by
@dependabot[bot].- 💚 Fix CI test suite for Windows and MacOS. PR #1307 by
@svlandeg.0.0.25
Features
- ✨ Add overload for
execmethod to supportinsert,update,deletestatements. PR #1342 by@seriaati.Upgrades
- ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR #1316 by
@svlandeg.Docs
- ✏️ Fix typos in
docs/tutorial/relationship-attributes/cascade-delete-relationships.md. PR #1543 by@YuriiMotov.- 🍱 Update SVG files, a single file per diagram, sans-serif fonts. PR #1373 by
@tiangolo.- 📝 Grammar tweak in
docs/tutorial/insert.md. PR #1368 by@brettcannon.- 📝 Update
docs/tutorial/fastapi/relationships.md. PR #1365 by@Foxerine.- ✏️ Tweak the grammar in
docs/learn/index.md. PR #1363 by@brettcannon.- 📝 Update all docs references to
Optionalto use the new syntax in Python 3.10, e.g.int | None. PR #1351 by@tiangolo.
... (truncated)
Commits
a85de91🔖 Release version 0.0.27f9f4faf📝 Update release notes45215fc⬆️ Add support for Python 3.14 (#1578)0cbf2e6🔖 Release version 0.0.265644ab4📝 Update release notesf751e1c⬆ Bump mypy from 1.4.1 to 1.18.2 (#1560)2d3b25d📝 Update release notes35a652e✅ Add test that runs select with 3 or 4 arguments (#1590)b7fd32d📝 Update release notes0402496🐛 Fix attribute handling inmodel_dumpfor compatibility with the latest Py...- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 11484080 |
| UUID: | 3677645733 |
| Node ID: | PR_kwDOQfsyKs62K3LB |
| Host: | GitHub |
| Repository: | lokhandeganesh/fastapi-chakra-ui-full-stack-with-postgresql |