Skip to content

Commit f3d5bdd

Browse files
committed
Use fastagency version 0.8.6
1 parent 219cf76 commit f3d5bdd

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[openai,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.4",
11+
"fastagency[openai,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.6",
1212
{%- if cookiecutter.authentication == "google" %}
1313
"PyYAML>=6.0.2",
1414
{% endif %}

0 commit comments

Comments
 (0)