diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 278cd6e2..e5ec49b4 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -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" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index ed3ad8df..921cf948 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -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"