Skip to content

Commit

Permalink
⬆️ Update sqlmodel requirement from ^0.0.21 to ^0.0.22 (#18)
Browse files Browse the repository at this point in the history
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.21...0.0.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent ff50859 commit 5ef2b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ httpx = "^0.27.0"
ujson = "^5.9.0"
Jinja2 = "^3.1.2"
python-telegram-bot = { version = "^21.3", extras = ["ext", "rate-limiter"] }
sqlmodel = "^0.0.21"
sqlmodel = "^0.0.22"
colorlog = "^6.8.0"
fakeredis = "^2.19.0"
redis = "^5.0.1"
Expand Down

0 comments on commit 5ef2b9c

Please sign in to comment.