Parquery / swagger-to

Generate server and client code from Swagger (OpenAPI 2.0) specification.
MIT License
57 stars 14 forks source link

Upgrade to jinja2 >=3 #137

Closed mristin closed 2 years ago

mristin commented 2 years ago

We upgrade to latest jinja2 due to the breakage in one of its dependencies. We have to drop support for Python 3.6 as jinja2 dropped it as well.

Fixes #135.