File tree 3 files changed +11
-2
lines changed
end_to_end_tests/golden-master
openapi_python_client/templates
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
13
13
### Additions
14
14
- The generator can now handle many more errors gracefully, skipping the things it can't generate and continuing
15
15
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 ).
17
18
18
19
### Internal Changes
19
20
- 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 = '''
32
32
[tool .isort ]
33
33
line_length = 120
34
34
multi_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 = '''
33
33
line_length = 120
34
34
multi_line_output = 3
35
35
include_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