An error occurred while fetching the assigned milestone of the selected merge_request.
modules/openapi-generator/src
main/java/org/…/codegen/languages
PythonNextgenClientCodegen.java +27 -39
test/resources/3_0/python
petstore-with-fake-endpoints-models-for-testing.yaml +1 -0
samples
client/echo_api/…/openapi_client/models
default_value.py +8 -8
pet.py +3 -3
query.py +2 -2
test_query_style_form_explode_true_array_string_query_object_parameter.py +2 -2
openapi3/client/petstore
python-nextgen-aiohttp/petstore_api
api
fake_api.py +4 -4
pet_api.py +5 -5
user_api.py +5 -7
models
any_of_color.py +1 -1
array_of_array_of_number_only.py +2 -2
array_of_number_only.py +2 -2
array_test.py +2 -2
enum_arrays.py +2 -2
file_schema_test_class.py +2 -2
nullable_class.py +4 -4
object_with_deprecated_fields.py +2 -2
pet.py +3 -3
python-nextgen/petstore_api
api
fake_api.py +4 -4
pet_api.py +5 -5
user_api.py +5 -7
models
any_of_color.py +1 -1
array_of_array_of_number_only.py +2 -2
array_of_number_only.py +2 -2
array_test.py +2 -2
enum_arrays.py +2 -2
file_schema_test_class.py +2 -2
nullable_class.py +4 -4
object_with_deprecated_fields.py +2 -2
pet.py +3 -3
@@ -403,23 +403,20 @@ public class PythonNextgenClientCodegen extends AbstractPythonCodegen implements
@@ -653,22 +650,21 @@ public class PythonNextgenClientCodegen extends AbstractPythonCodegen implements
@@ -884,10 +880,6 @@ public class PythonNextgenClientCodegen extends AbstractPythonCodegen implements
@@ -1071,10 +1063,6 @@ public class PythonNextgenClientCodegen extends AbstractPythonCodegen implements
@@ -19,7 +19,7 @@ import json
@@ -28,13 +28,13 @@ class DefaultValue(BaseModel):
@@ -19,7 +19,7 @@ import json
@@ -32,8 +32,8 @@ class Pet(BaseModel):
@@ -19,7 +19,7 @@ import json
@@ -28,7 +28,7 @@ class Query(BaseModel):