Skip to content

Commit

Permalink
⬆️(project) upgrade sqlmodel to v0.0.18
Browse files Browse the repository at this point in the history
| datasource | package  | from   | to     |
| ---------- | -------- | ------ | ------ |
| pypi       | sqlmodel | 0.0.16 | 0.0.18 |
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 304bce7 commit ec6ad17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pydantic-extra-types = {extras = ["all"], version = "==2.7.0"}
pydantic-settings = "==2.2.1"
python-jose = {extras = ["cryptography"], version = "==3.3.0"}
setuptools = "==69.5.1"
sqlmodel = "==0.0.16"
sqlmodel = "==0.0.18"
uvicorn = {extras = ["standard"] }

[dev-packages]
Expand Down
10 changes: 5 additions & 5 deletions src/api/Pipfile.lock

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

0 comments on commit ec6ad17

Please sign in to comment.