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 d68f5a3 commit 9110f53Copy full SHA for 9110f53
template/backend/pyproject.toml.jinja
@@ -10,10 +10,10 @@ dependencies = [
10
# Specific to this repository
11
12
# Managed by upstream template
13
- "fastapi>=0.115.11",
14
- "strawberry-graphql>=0.262.5",
15
- "pydantic>=2.10.6",
16
- "uvicorn>=0.34.0",
+ "fastapi>={% endraw %}{{ fastapi_version }}{% raw %}",
+ "strawberry-graphql>={% endraw %}{{ strawberry_version }}{% raw %}",
+ "pydantic>={% endraw %}{{ pydantic_version }}{% raw %}",
+ "uvicorn>={% endraw %}{{ uvicorn_version }}{% raw %}",
17
]
18
19
0 commit comments