Skip to content

Commit 2fb3f59

Browse files
committed
context
1 parent 10d0300 commit 2fb3f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/{% if has_backend %}backend{% endif %}/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"strawberry-graphql>={% endraw %}{{ strawberry_graphql_version }}{% raw %}",{% endraw %}{% endif %}{% raw %}
1717
"pydantic>={% endraw %}{{ pydantic_version }}{% raw %}",
1818
"uvicorn>={% endraw %}{{ uvicorn_version }}{% raw %}",
19-
"structlog>=25.4.0",
19+
"structlog>={% endraw %}{{ structlog_version }}{% raw %}",
2020
]
2121

2222

0 commit comments

Comments
 (0)