-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
trying to run the fastapi
example results in an error due to a missing dependency:
assert jinja2 is not None, "jinja2 must be installed to use Jinja2Templates"
AssertionError: jinja2 must be installed to use Jinja2Templates
adding the jinja2
via poetry
poetry add jinja2
fixes the issue.
System Information
- Operating system: Ubuntu 22.04.4 LTS
- Strawberry version (if applicable): 0.214.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working