mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #324 from learnhouse/dependabot/pip/apps/api/typer-0.12.5
chore(deps): bump typer from 0.12.3 to 0.12.5 in /apps/api
This commit is contained in:
commit
88ac04ad8e
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -3372,13 +3372,13 @@ telegram = ["requests"]
|
|||
|
||||
[[package]]
|
||||
name = "typer"
|
||||
version = "0.12.3"
|
||||
version = "0.12.5"
|
||||
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"},
|
||||
{file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"},
|
||||
{file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"},
|
||||
{file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -3895,4 +3895,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "f8b0ade0de90d5d38f602d3c7e2d28d1a0a97d352fa1aa129bc2c4e26d515fb4"
|
||||
content-hash = "6164f474705615a7cd1b0ec34a6f416ced35f9176b0638fc40f6553bd1036188"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ sentry-sdk = {extras = ["fastapi"], version = "^2.13.0"}
|
|||
sqlmodel = "^0.0.19"
|
||||
tiktoken = "^0.7.0"
|
||||
uvicorn = "0.30.1"
|
||||
typer = "^0.12.3"
|
||||
typer = "^0.12.5"
|
||||
chromadb = "0.5.5"
|
||||
alembic = "^1.13.2"
|
||||
alembic-postgresql-enum = "^1.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue