Skip to content

Jinja2==3.1.0 breaks build workflow #5673

@pmeier

Description

@pmeier

We use

sphinx==3.5.4

Internally, they only restrict Jinja2>=2.3. Jinja2==3.1.0, which was released about an hour ago, removes

from jinja2 import environmentfilter

This however is imported by sphinx==3.5.4. Never versions of sphinx have a safeguard .

This trips our CI docs workflow. See this run for an example.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions