mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #279 from learnhouse/dependabot/pip/apps/api/sqlmodel-0.0.19
chore(deps): bump sqlmodel from 0.0.16 to 0.0.19 in /apps/api
This commit is contained in:
commit
9287682b41
2 changed files with 7 additions and 7 deletions
12
apps/api/poetry.lock
generated
12
apps/api/poetry.lock
generated
|
|
@ -2982,18 +2982,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"
|
||||||
|
|
@ -3830,4 +3830,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||||
[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