mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump sqlmodel from 0.0.16 to 0.0.19 in /apps/api
Bumps [sqlmodel](https://github.com/tiangolo/sqlmodel) from 0.0.16 to 0.0.19. - [Release notes](https://github.com/tiangolo/sqlmodel/releases) - [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md) - [Commits](https://github.com/tiangolo/sqlmodel/compare/0.0.16...0.0.19) --- updated-dependencies: - dependency-name: sqlmodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f70c4bd41a
commit
6ac7feb78b
2 changed files with 7 additions and 7 deletions
12
apps/api/poetry.lock
generated
12
apps/api/poetry.lock
generated
|
|
@ -2980,18 +2980,18 @@ sqlcipher = ["sqlcipher3_binary"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sqlmodel"
|
name = "sqlmodel"
|
||||||
version = "0.0.16"
|
version = "0.0.19"
|
||||||
description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness."
|
description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7,<4.0"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "sqlmodel-0.0.16-py3-none-any.whl", hash = "sha256:b972f5d319580d6c37ecc417881f6ec4d1ad3ed3583d0ac0ed43234a28bf605a"},
|
{file = "sqlmodel-0.0.19-py3-none-any.whl", hash = "sha256:6c8125d4101970d031e9aae970b20cbeaf44149989f8366d939f4ab21aab8763"},
|
||||||
{file = "sqlmodel-0.0.16.tar.gz", hash = "sha256:966656f18a8e9a2d159eb215b07fb0cf5222acfae3362707ca611848a8a06bd1"},
|
{file = "sqlmodel-0.0.19.tar.gz", hash = "sha256:95449b0b48a40a3eecf0a629fa5735b9dfc8a5574a91090d24ca17f02246ad96"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
pydantic = ">=1.10.13,<3.0.0"
|
pydantic = ">=1.10.13,<3.0.0"
|
||||||
SQLAlchemy = ">=2.0.0,<2.1.0"
|
SQLAlchemy = ">=2.0.14,<2.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "starlette"
|
name = "starlette"
|
||||||
|
|
@ -3814,4 +3814,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "010d908e4d34ca38c1687e6c7c951f0e204e858f84a7996889815418156e501d"
|
content-hash = "2ede6d1fb6efc6ff9e32b19be61139c9bb9fca4a9c84ac290a8278ea7812aed8"
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ redis = "^5.0.7"
|
||||||
requests = "^2.32.3"
|
requests = "^2.32.3"
|
||||||
resend = "^2.0.0"
|
resend = "^2.0.0"
|
||||||
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
|
sentry-sdk = {extras = ["fastapi"], version = "^2.3.1"}
|
||||||
sqlmodel = "^0.0.16"
|
sqlmodel = "^0.0.19"
|
||||||
tiktoken = "^0.7.0"
|
tiktoken = "^0.7.0"
|
||||||
uvicorn = "0.30.1"
|
uvicorn = "0.30.1"
|
||||||
typer = "^0.12.3"
|
typer = "^0.12.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue