Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "19.0"
description = "Template Engine integration provides the ability to render templates using Jinja2. Jinja2 provide fast and flexible ways to create rich templates. These templates can be used in entity insights, emails, ticketing systems, or any action that can take in a text string.\nJinja2 documentation can be found at https://jinja.palletsprojects.com/en/2.11.x/ "
requires-python = ">=3.11,<3.12"
dependencies = [
"jinja2==3.1.5",
"jinja2==3.1.6",
"json2html",
"json2table==1.1.5",
"python-dateutil>=2.9.0.post0",
Expand Down