[python-experimental] simplifies json serialization (#7061)

* Requires python >= 3.5, adds type hints to call_api method

* Adds type hints to files_parameters and __call_api

* Adds and uses a new json encoded to prepare data before it is sent

* Removes nose name from gitlab testing invocations

* Also updates travis to py>=3.5

* Collapses encoder back into sanitize_for_serialization
This commit is contained in:
Justin Black
2020-07-28 08:16:19 -07:00
committed by GitHub
parent fa75469828
commit 798ad2f87d
26 changed files with 331 additions and 311 deletions

View File

@@ -38,7 +38,7 @@ setup(
author_email="team@openapitools.org",
url="",
keywords=["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"],
python_requires=">=3.3",
python_requires=">=3.5",
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,