mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 00:21:18 +00:00
* Triple quote python strings in defaults When the model contains a string with a default value with new lines in it, simply quoting generates invalid python code. Using triple quotes for all string defaults makes sure the generated code will be a valid python string. Fixes #4862 * Wrap default string in triple quotes when it contains new lines * Add newly generated python sample files
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
certifi >= 14.05.14
|
|
six >= 1.10
|
|
python_dateutil >= 2.5.3
|
|
setuptools >= 21.0.0
|
|
urllib3 >= 1.15.1
|