diff --git a/poetry.lock b/poetry.lock index 544476a..f202432 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1067,4 +1067,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "0499c0bbdcf0d97979ee551fc04cff432a60ca5e4e4b109d287388918cd0820b" +content-hash = "9f5efcf36f6a18334b4c4c5a9d941971043875bfe8356a902afd23a50a62ce1f" diff --git a/pyproject.toml b/pyproject.toml index f510746..97f36d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ fastapi-codegen = "fastapi_code_generator.__main__:app" [tool.poetry.dependencies] python = ">=3.9,<3.13" +click = ">=8.0.0,<8.2.0" typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"} datamodel-code-generator = {extras = ["http"], version = "0.30.1"} stringcase = "^1.2.0"