escher icon indicating copy to clipboard operation
escher copied to clipboard

Is it possible to update Jinja2 dependency to >= 3?

Open eladnoor opened this issue 1 year ago • 3 comments

At the moment, the dependency requires Jinja2<3,>=2.7.3. However, this is not compatible with python 3.10. Forcing Jinja2==3.1.2 seems to work on my system (tested on python 3.10).

eladnoor avatar Jul 31 '22 13:07 eladnoor

+1 this would be great

matthiaskoenig avatar Aug 08 '22 10:08 matthiaskoenig

Forcing Jinja2==3.1.2 causes Escher to regress to 1.6.0 for me, is that right? Would be great to fix this if possible so that people on python 3.10 can use the latest version of escher

noahsprent avatar Mar 12 '23 11:03 noahsprent

Probably the quickest way to get changes into Escher right now is to open a PR. I’m happy to merge and sort out how to do a new release (it’s only been like 4 years!)

zakandrewking avatar Mar 12 '23 16:03 zakandrewking