Skip to content

Commit

Permalink
Prevent breaking Jinja2 3x changes
Browse files Browse the repository at this point in the history
Due to pallets/jinja#1496, we cannot use the latest Jinja2 packages inside the operator. The breaking change was introduced in Jinja2's 3x branch, and this change pins the `jinja2` dependency to the latest 2x release.
  • Loading branch information
Michele Mancioppi authored Sep 24, 2021
1 parent 88bc877 commit b80ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/canonical/operator/#egg=ops
pyyaml
urllib3
jinja2
jinja2 < 3.0.0

0 comments on commit b80ae3b

Please sign in to comment.