Skip to content

Commit d1adf5a

Browse files
chore(deps): update sqlmodel requirement from >=0.0.16 to >=0.0.38
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>
1 parent 280f272 commit d1adf5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"psycopg2-binary>=2.9.0",
4141
"alembic>=1.13.0",
4242
"pgvector>=0.2.5",
43-
"sqlmodel>=0.0.16",
43+
"sqlmodel>=0.0.38",
4444
# Authentication & Security
4545
"authlib",
4646
"itsdangerous",

0 commit comments

Comments
 (0)