Skip to content

Commit b2a59aa

Browse files
committed
Merge branch 'release/4.1.4'
2 parents 8049017 + edeabcc commit b2a59aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ asynctest = "^0.13.0"
158158
nest-asyncio = "^1.5.6"
159159
{%- endif %}
160160
httpx = "^0.23.3"
161+
{%- if cookiecutter.enable_taskiq == "True" %}
161162
taskiq = { version = "^0", extras = ["reload"] }
163+
{%- endif %}
162164

163165
[tool.isort]
164166
profile = "black"

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 = "4.1.3"
3+
version = "4.1.4"
44
description = "Feature-rich robust FastAPI template"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
packages = [{ include = "fastapi_template" }]

0 commit comments

Comments
 (0)