You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pushing to prod I'm getting the following error:
```
ImportError: cannot import name 'escape' from 'jinja2'
```
It looks like some library I'm using is importing something from Jinja2
which has been deprecated and removed. Fixing the version of `Jinja2` to
`3.0.3` should fix this issue
according to: pallets/jinja#1626
0 commit comments