We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0b3c1 commit b7f5cb2Copy full SHA for b7f5cb2
1 file changed
fastapi_template/cli.py
@@ -312,6 +312,12 @@ def checker(ctx: BuilderContext) -> bool:
312
multiselect=True,
313
before_ask=do_not_ask_features_if_quite,
314
entries=[
315
+ MenuEntry(
316
+ code="pydanticv1",
317
+ cli_name="pydantic-v1",
318
+ user_view="Use older version of pydantic",
319
+ description="Use pydantic version ^1 instead of ^2",
320
+ ),
321
MenuEntry(
322
code="enable_redis",
323
cli_name="redis",
0 commit comments