build(uv): bump sqlmodel from 0.0.24 to 0.0.25 in the uv group
Merged
Number: #607
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 2
Association: Contributor
Comments: 2
Created:
September 18, 2025 at 09:21 AM UTC
(9 months ago)
(9 months ago)
Updated:
September 18, 2025 at 11:47 PM UTC
(9 months ago)
(9 months ago)
Merged:
September 18, 2025 at 11:47 PM UTC
(9 months ago)
by github-actions[bot]
(9 months ago)
by github-actions[bot]
Time to Close:
about 14 hours
Labels:
dependencies size/XS python:uv
dependencies size/XS python:uv
Description:
Bumps the uv group with 1 update: sqlmodel.
Updates sqlmodel from 0.0.24 to 0.0.25
Release notes
Sourced from sqlmodel's releases.
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.Internal
- ⬆ Bump griffe-typingdoc from 0.2.8 to 0.2.9. PR #1553 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.6.17 to 9.6.20. PR #1565 by
@dependabot[bot].- ⬆ Bump actions/setup-python from 5 to 6. PR #1551 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.12 to 0.13.0. PR #1559 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1564 by
@pre-commit-ci[bot].- ⬆ Bump actions/labeler from 5 to 6. PR #1549 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1556 by
@pre-commit-ci[bot].- ⬆ Bump typer from 0.17.3 to 0.17.4. PR #1554 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1546 by
@pre-commit-ci[bot].- ⬆ Bump ruff from 0.12.10 to 0.12.12. PR #1548 by
@dependabot[bot].- ⬆ Bump typer from 0.16.1 to 0.17.3. PR #1547 by
@dependabot[bot].- ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR #1550 by
@dependabot[bot].- 👷 Detect and label merge conflicts on PRs automatically. PR #1552 by
@svlandeg.- ⬆ Bump ruff from 0.12.9 to 0.12.10. PR #1532 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1534 by
@pre-commit-ci[bot].- ⬆ Bump typer from 0.16.0 to 0.16.1. PR #1531 by
@dependabot[bot].- ⬆ Bump actions/download-artifact from 4 to 5. PR #1451 by
@dependabot[bot].- ⬆ Bump actions/checkout from 4 to 5. PR #1488 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1479 by
@pre-commit-ci[bot].- ⬆ Bump mkdocs-macros-plugin from 1.3.7 to 1.3.9. PR #1507 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.7 to 0.12.9. PR #1521 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.6.16 to 9.6.17. PR #1528 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1444 by
@pre-commit-ci[bot].- ⬆ Bump mkdocs-material from 9.6.15 to 9.6.16. PR #1446 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.4 to 0.12.7. PR #1447 by
@dependabot[bot].- ⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0. PR #1448 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1437 by
@pre-commit-ci[bot].
... (truncated)
Changelog
Sourced from sqlmodel's changelog.
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.Internal
- ⬆ Bump griffe-typingdoc from 0.2.8 to 0.2.9. PR #1553 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.6.17 to 9.6.20. PR #1565 by
@dependabot[bot].- ⬆ Bump actions/setup-python from 5 to 6. PR #1551 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.12 to 0.13.0. PR #1559 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1564 by
@pre-commit-ci[bot].- ⬆ Bump actions/labeler from 5 to 6. PR #1549 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1556 by
@pre-commit-ci[bot].- ⬆ Bump typer from 0.17.3 to 0.17.4. PR #1554 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1546 by
@pre-commit-ci[bot].- ⬆ Bump ruff from 0.12.10 to 0.12.12. PR #1548 by
@dependabot[bot].- ⬆ Bump typer from 0.16.1 to 0.17.3. PR #1547 by
@dependabot[bot].- ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR #1550 by
@dependabot[bot].- 👷 Detect and label merge conflicts on PRs automatically. PR #1552 by
@svlandeg.- ⬆ Bump ruff from 0.12.9 to 0.12.10. PR #1532 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1534 by
@pre-commit-ci[bot].- ⬆ Bump typer from 0.16.0 to 0.16.1. PR #1531 by
@dependabot[bot].- ⬆ Bump actions/download-artifact from 4 to 5. PR #1451 by
@dependabot[bot].- ⬆ Bump actions/checkout from 4 to 5. PR #1488 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1479 by
@pre-commit-ci[bot].- ⬆ Bump mkdocs-macros-plugin from 1.3.7 to 1.3.9. PR #1507 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.7 to 0.12.9. PR #1521 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.6.16 to 9.6.17. PR #1528 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1444 by
@pre-commit-ci[bot].- ⬆ Bump mkdocs-material from 9.6.15 to 9.6.16. PR #1446 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.4 to 0.12.7. PR #1447 by
@dependabot[bot].- ⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0. PR #1448 by
@dependabot[bot].
... (truncated)
Commits
192ba90🔖 Release version 0.0.25de278df📝 Update release notes037c051✨ Add overload forexecmethod to supportinsert,update,deletestat...b8c0e16📝 Update release notes3a11bb2⬆ Bump griffe-typingdoc from 0.2.8 to 0.2.9 (#1553)9277110📝 Update release notesbffa05f⬆ Bump mkdocs-material from 9.6.17 to 9.6.20 (#1565)c7f1205📝 Update release notes6a98bf5⬆ Bump actions/setup-python from 5 to 6 (#1551)1b66f2a📝 Update release notes- 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 <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
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+3
+3
Deletions:
-3
-3
Package Dependencies
Package:
sqlmodel
Ecosystem:
pip
pip
Version Change:
0.0.24 → 0.0.25
Update Type:
Patch
Patch
Path:
the uv group
Technical Details
| ID: | 7980315 |
| UUID: | 2839447974 |
| Node ID: | PR_kwDOLAwy7c6pPomm |
| Host: | GitHub |
| Repository: | yxtay/python-example-app |
| Merge State: | Unknown |