Skip to content

Commit 9110f53

Browse files
committed
context versions
1 parent d68f5a3 commit 9110f53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/backend/pyproject.toml.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies = [
1010
# Specific to this repository
1111

1212
# 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",
13+
"fastapi>={% endraw %}{{ fastapi_version }}{% raw %}",
14+
"strawberry-graphql>={% endraw %}{{ strawberry_version }}{% raw %}",
15+
"pydantic>={% endraw %}{{ pydantic_version }}{% raw %}",
16+
"uvicorn>={% endraw %}{{ uvicorn_version }}{% raw %}",
1717
]
1818

1919

0 commit comments

Comments
 (0)