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.
2 parents 93c4ffe + 0789df7 commit ddf31d4Copy full SHA for ddf31d4
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",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi_template"
3
-version = "5.0.2"
+version = "5.0.3"
4
description = "Feature-rich robust FastAPI template"
5
authors = ["Pavel Kirilin <win10@list.ru>"]
6
packages = [{ include = "fastapi_template" }]
0 commit comments