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
Bumped to 5.0.0 (#139)
* 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.
Bumped to 4.1.0 (#125)
* Propagated `produces` and `consumes` (#123)
* Fixed handling of spaces in names in py client (#122)
* Made `allOf` imply the type "object" (#119)
* Handled `allOf` (#116)
* Made format optional (#115)
* Escaped operation IDs for valid Elm identifiers (#113)
* Assumed type `object` if properties (#112)
* Fixed line number while parsing Swagger spec (#110)
* Support common parameters in a path (#103)
* Added JSON schema validation before parsing (#102)
* Fixed `bin` scripts not executing under Unix (#101)
Bumped to 4.0.1 (#99)
* made py_client use `get` for optionals so that None values are treated as
unspecified
* made py_client accept custom requests.Session object
* fixed py_client for operation IDs with dashes