Skip to content

Commit 79d3bac

Browse files
committed
Update fastagency version to 0.9.0
1 parent 291334d commit 79d3bac

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.6.post0",
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.9.0",
1212
{%- if cookiecutter.authentication == "google" %}
1313
"PyYAML>=6.0.2",
1414
{% endif %}

0 commit comments

Comments
 (0)