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:
Justin
2020-02-28 18:46:57 +01:00
committed by GitHub
parent 4603061c17
commit 857a4bf5d9
25 changed files with 1273 additions and 206 deletions

View File

@@ -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"