Skip to content

Commit

Permalink
Bump sqlmodel from 0.0.19 to 0.0.22
Browse files Browse the repository at this point in the history
Bumps [sqlmodel](https://github.com/fastapi/sqlmodel) from 0.0.19 to 0.0.22.
- [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.19...0.0.22)

---
updated-dependencies:
- dependency-name: sqlmodel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 285dbd3 commit 1425fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pydantic-settings = "^2.2.1"
python-jose = {version = "^3.3.0", extras = ["cyptography"]}
requests = "^2.32.3"
SQLAlchemy = {version = "^2.0.30", extras = ["asyncio"]}
sqlmodel = "0.0.19" # see https://github.com/fastapi/sqlmodel/discussions/1048 before upgrading
sqlmodel = "0.0.22" # see https://github.com/fastapi/sqlmodel/discussions/1048 before upgrading
starlette-context = "^0.3.6"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 1425fe9

Please sign in to comment.