This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
forked from mattrobenolt/jinja2-cli
-
Notifications
You must be signed in to change notification settings - Fork 83
PyYAML Deprecation of Full Loader method #34
Comments
Wow I messed up! Sorry :) |
We import j2cli in a virtual environment at runtime. That said, I modified our requirements.txt to reference the tagged fix. This resolved the issue. Albiet a hacky temporary fix.
Thanks for your software and support! |
Fixed in |
Nuked the virtual enviroment, and remade it with just the following: py3_requirements.txt
Works! Can verify the proper version is installed from within the sourced virtual environment:
Thanks again for your support! Have a great one! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
The j2cli 0.3.5.post1, Jinja2 2.10 is broken, as it calls a deprecated and vulnerable method (FullLoader) in PyYAML.
Please reference:
The text was updated successfully, but these errors were encountered: