Skip to content

Commit

Permalink
Merge branch 'release/5.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Jul 31, 2023
2 parents 93c4ffe + 0789df7 commit ddf31d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions fastapi_template/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,12 @@ def checker(ctx: BuilderContext) -> bool:
multiselect=True,
before_ask=do_not_ask_features_if_quite,
entries=[
MenuEntry(
code="pydanticv1",
cli_name="pydantic-v1",
user_view="Use older version of pydantic",
description="Use pydantic version ^1 instead of ^2",
),
MenuEntry(
code="enable_redis",
cli_name="redis",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi_template"
version = "5.0.2"
version = "5.0.3"
description = "Feature-rich robust FastAPI template"
authors = ["Pavel Kirilin <win10@list.ru>"]
packages = [{ include = "fastapi_template" }]
Expand Down

0 comments on commit ddf31d4

Please sign in to comment.