issues
search
Parquery
/
swagger-to
Generate server and client code from Swagger (OpenAPI 2.0) specification.
MIT License
57
stars
14
forks
source link
Bumped to 5.0.0
#139
Closed
mristin
closed
2 years ago
mristin
commented
2 years ago
Added support for Python 3.9 and 3.10 (#136)
Upgraded to jinja2 >=3 (#137)
Fixed endless loops due to recursive definitions (#131)
Added quotes to type annotations in py client (#130)
Breaking change
We had to drop the support for Python 3.6 since jinja2 >= 3 does not support it anymore.
Breaking change