Skip to content

Commit ddf31d4

Browse files
committed
Merge branch 'release/5.0.3'
2 parents 93c4ffe + 0789df7 commit ddf31d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fastapi_template/cli.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ def checker(ctx: BuilderContext) -> bool:
312312
multiselect=True,
313313
before_ask=do_not_ask_features_if_quite,
314314
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+
),
315321
MenuEntry(
316322
code="enable_redis",
317323
cli_name="redis",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi_template"
3-
version = "5.0.2"
3+
version = "5.0.3"
44
description = "Feature-rich robust FastAPI template"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
packages = [{ include = "fastapi_template" }]

0 commit comments

Comments
 (0)