File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
end_to_end_tests/golden-master
openapi_python_client/templates Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313### Additions
1414- The generator can now handle many more errors gracefully, skipping the things it can't generate and continuing
1515 with the pieces it can.
16- - Support for Enums declared in "components/schemas" and references to them. (#120 )
16+ - Support for Enums declared in "components/schemas" and references to them (#102 ).
17+ - Generated clients can now be installed via pip (#120 ).
1718
1819### Internal Changes
1920- Switched OpenAPI document parsing to use Pydantic based on a vendored version of
Original file line number Diff line number Diff line change @@ -32,4 +32,8 @@ exclude = '''
3232[tool .isort ]
3333line_length = 120
3434multi_line_output = 3
35- include_trailing_comma = true
35+ include_trailing_comma = true
36+
37+ [build-system ]
38+ requires = [" poetry>=1.0" ]
39+ build-backend = " poetry.masonry.api"
Original file line number Diff line number Diff line change @@ -33,3 +33,7 @@ exclude = '''
3333line_length = 120
3434multi_line_output = 3
3535include_trailing_comma = true
36+
37+ [build-system ]
38+ requires = [" poetry>=1.0" ]
39+ build-backend = " poetry.masonry.api"
You can’t perform that action at this time.
0 commit comments