We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d0300 commit 2fb3f59Copy full SHA for 2fb3f59
template/{% if has_backend %}backend{% endif %}/pyproject.toml.jinja
@@ -16,7 +16,7 @@ dependencies = [
16
"strawberry-graphql>={% endraw %}{{ strawberry_graphql_version }}{% raw %}",{% endraw %}{% endif %}{% raw %}
17
"pydantic>={% endraw %}{{ pydantic_version }}{% raw %}",
18
"uvicorn>={% endraw %}{{ uvicorn_version }}{% raw %}",
19
- "structlog>=25.4.0",
+ "structlog>={% endraw %}{{ structlog_version }}{% raw %}",
20
]
21
22
0 commit comments