Skip to content

Commit 9a987d0

Browse files
committed
Use fastagency version >= 0.8.4rc0
1 parent c313803 commit 9a987d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
name = "{{cookiecutter.project_slug}}"
99

1010
dependencies = [
11-
"fastagency[autogen,mesop,server{% if "fastapi" in cookiecutter.app_type %},fastapi{% endif %}{% if "nats" in cookiecutter.app_type %},nats{% endif %}{% if cookiecutter.authentication == "google" %},firebase{% elif cookiecutter.authentication == "basic" %},basic_auth{% endif %}]>=0.3.0",
11+
"fastagency[autogen,mesop,server{% if "fastapi" in cookiecutter.app_type %},fastapi{% endif %}{% if "nats" in cookiecutter.app_type %},nats{% endif %}{% if cookiecutter.authentication == "google" %},firebase{% elif cookiecutter.authentication == "basic" %},basic_auth{% endif %}]>=0.8.4rc0",
1212
{%- if cookiecutter.authentication == "google" %}
1313
"PyYAML>=6.0.2",
1414
{% endif %}

0 commit comments

Comments
 (0)