[python] client bug fixes + type hint improvements (#13665)

* Adds python client, template, and spec updates for query param content type json

* Samples regenerated

* Finishes adding test cases for query param json content type

* Uses newest templates

* Templates replaced, spec replaces, sample replaced

* Samples updated
This commit is contained in:
Justin Black
2022-10-10 20:13:31 -07:00
committed by GitHub
parent 02916822f7
commit ef8e55ca21
511 changed files with 61345 additions and 8047 deletions

View File

@@ -21,13 +21,14 @@ VERSION = "1.0.0"
# http://pypi.python.org/pypi/setuptools
REQUIRES = [
"urllib3 >= 1.15",
"certifi",
"python-dateutil",
"frozendict >= 2.0.3",
"pem>=19.3.0",
"pycryptodome>=3.9.0",
"typing_extensions",
"certifi >= 14.5.14",
"frozendict ~= 2.3.4",
"pem >= 19.3.0",
"pycryptodome >= 3.9.0",
"python-dateutil ~= 2.7.0",
"setuptools >= 21.0.0",
"typing_extensions ~= 4.3.0",
"urllib3 ~= 1.26.7",
]
setup(