Skip to content

Commit 017483b

Browse files
authored
Merge pull request #31 from guardicore/iurii/issue_30
fix typer vs click compatibility
2 parents 33f7572 + f5ac854 commit 017483b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fastapi-codegen = "fastapi_code_generator.__main__:app"
3030

3131
[tool.poetry.dependencies]
3232
python = ">=3.9,<3.13"
33+
click = ">=8.0.0,<8.2.0"
3334
typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"}
3435
datamodel-code-generator = {extras = ["http"], version = "0.30.1"}
3536
stringcase = "^1.2.0"

0 commit comments

Comments
 (0)