Skip to content

Commit

Permalink
Swap out pydantic settings (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitoehigie authored Jul 31, 2023
1 parent 6e0b3c1 commit b7f5cb2
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit b7f5cb2

Please sign in to comment.