mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 16:56:09 +00:00
Use the dataType if the baseType is not set (#5372)
* Use the dataType if the baseType is not set * add tests for passing enum as parameter * updated requirements file in samples * Update spec to explicitly name objects and prevent `inline_object` * use the correct scripts to generate samples (`bin/openapi3/python-flask*`)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
connexion >= 2.5.0; python_version>="3.6"
|
||||
connexion >= 2.6.0; python_version>="3.6"
|
||||
connexion >= 2.3.0; python_version=="3.5"
|
||||
connexion >= 2.3.0; python_version=="3.4"
|
||||
connexion == 2.4.0; python_version<="2.7"
|
||||
|
||||
Reference in New Issue
Block a user