litestar-org / litestar

Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs
https://litestar.dev/
MIT License
5.65k stars 384 forks source link

Check: MiniJinja v2 breaking changes #3449

Open JacobCoffee opened 7 months ago

JacobCoffee commented 7 months ago

What

MiniJinja has had a major release: https://github.com/mitsuhiko/minijinja/releases/tag/2.0.0.

We don't pin to certain versions but we should ensure lockfile updates will not bump to v2 and break test suites:

https://github.com/litestar-org/litestar/blob/c625ce7d13a7554b6fe2c25c7556e7a74362374e/pyproject.toml#L88


[!NOTE]
While we are open for sponsoring on GitHub Sponsors and OpenCollective, we also utilize Polar.sh to engage in pledge-based sponsorship.

Check out all issues funded or available for funding on our Polar.sh dashboard

  • If you would like to see an issue prioritized, make a pledge towards it!
  • We receive the pledge once the issue is completed & verified
  • This, along with engagement in the community, helps us know which features are a priority to our users.

Fund with Polar

rafalkrupinski commented 6 months ago

BTW, why not jinja?

provinzkraut commented 6 months ago

We do have support for both, jinja and minijinja :)