Jinja2 Update 3.1.0 breaks Multiprocess
See original GitHub issueThe latest release from Jinja2 breaks the multiprocess because the package version for Jinja isn’t set. See release notes - https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0
This can be remediated by either hard setting the Jinja2 package to 3.0.3 or import escape directly from MarkupSafe
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
jinja2 3.1.0 breaks mkdocs · Issue #2799 - GitHub
mkdocs can be patched by explicitly installing jinja2 3.0.0. maybe this is not a mkdocs bug, but a jinja2 bug; however, this could...
Read more >Changes — Jinja Documentation (3.1.x)
Update valid identifier characters from Python 3.6 to 3.7. ... Template rendering only treats \n , \r\n and \r as line breaks. Other...
Read more >Databricks Runtime 10.1 for ML (Unsupported) - Microsoft Learn
The following improvements are available starting in Mlflow version 1.21.0, which is included in Databricks Runtime 10.1 ML. [Models] Upgrade ...
Read more >CHANGES — pbr 5.9.1.dev9 documentation
3.1.0 ¶ · allow user to override the output location of api docs · fix tests based on API change in Sphinx ·...
Read more >conda-build Documentation
To update conda and conda-build, in your terminal window or an Anaconda Prompt, ... Hotfixing is tricky, as it has the potential to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Agreed, thanks for the help.
Sounds like you’ve worked it out, so I’ll go ahead and close this issue. If you’re pinning all packages, then I’d expect explicitly adding the markupsafe package along with the jinja2 bump would probably also work.