Skip to content

chore(deps): update sqlmodel requirement from >=0.0.16 to >=0.0.38#223

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sqlmodel-gte-0.0.38
Open

chore(deps): update sqlmodel requirement from >=0.0.16 to >=0.0.38#223
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sqlmodel-gte-0.0.38

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on sqlmodel to permit the latest version.

Release notes

Sourced from sqlmodel's releases.

0.0.38

Fixes

  • 🐛 Fix type annotation in SQLModel.__new__, avoid explicitly returning Any. PR #1846 by @​carljm.
  • 🐛 Fix tuple_ return type annotation. PR #1639 by @​kakeruzoku.

Docs

Internal

... (truncated)

Changelog

Sourced from sqlmodel's changelog.

0.0.38 (2026-04-02)

Fixes

  • 🐛 Fix type annotation in SQLModel.__new__, avoid explicitly returning Any. PR #1846 by @​carljm.
  • 🐛 Fix tuple_ return type annotation. PR #1639 by @​kakeruzoku.

Docs

Internal

... (truncated)

Commits
  • de0ecdf 🔖 Release version 0.0.38
  • 8363cc7 📝 Update release notes
  • ae672ce 🔨 Add pre-commit hook to ensure latest release header has date (#1786)
  • f9e8e4c 📝 Update release notes
  • 5da82e2 🐛 Fix type annotation in SQLModel.__new__, avoid explicitly returning Any...
  • 9a44fc4 📝 Update release notes
  • f7e193a ⬆ Bump pillow from 12.1.1 to 12.2.0 (#1845)
  • 2df429f 📝 Update release notes
  • a2474ce ⬆ Bump fastapi from 0.135.2 to 0.135.3 (#1844)
  • fc18b94 📝 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 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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This PR bumps the sqlmodel lower-bound from >=0.0.16 to >=0.0.38, picking up 22 minor releases. The project's existing constraints (Pydantic >=2.0 and Python >=3.10) already satisfy the two breaking changes introduced across that range (Pydantic v1 dropped in 0.0.31; Python 3.9 dropped in 0.0.35), and no alembic migration files reference the sqlmodel.sql.sqltypes.GUID type that was removed in 0.0.20. Existing SQLModel usage (SQLModel, Field, select) is stable and unchanged by this update.

Confidence Score: 5/5

Safe to merge — all breaking changes introduced between 0.0.16 and 0.0.38 are already satisfied by the project's existing constraints.

The only changed line is the sqlmodel lower-bound in pyproject.toml. Both known breaking changes (Pydantic v1 removal in 0.0.31, Python 3.9 removal in 0.0.35) are non-issues given the project already declares pydantic>=2.0 and python>=3.10. No migration files reference the removed GUID type. SQLModel usage in the codebase is standard and unaffected. No P0 or P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Single-line version constraint bump for sqlmodel; no other dependencies or settings changed.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["pyproject.toml\nsqlmodel>=0.0.16 → >=0.0.38"] --> B{Breaking changes\nbetween versions?}
    B --> C["0.0.31: Drop Pydantic v1"]
    B --> D["0.0.35: Drop Python 3.9"]
    B --> E["0.0.20: Remove sqltypes.GUID"]
    C --> F{"Project uses\npydantic>=2.0?"}
    D --> G{"Project requires\npython>=3.10?"}
    E --> H{"Alembic migrations\nuse GUID type?"}
    F -->|"Yes ✅"| I[No impact]
    G -->|"Yes ✅"| J[No impact]
    H -->|"No ✅"| K[No impact]
    I & J & K --> L[Safe to merge]
Loading

Reviews (1): Last reviewed commit: "chore(deps): update sqlmodel requirement..." | Re-trigger Greptile

Updates the requirements on [sqlmodel](https://github.com/fastapi/sqlmodel) to permit the latest version.
- [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.16...0.0.38)

---
updated-dependencies:
- dependency-name: sqlmodel
  dependency-version: 0.0.38
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants