mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-26 02:30:52 +00:00
* [python][client] allow passing floats for _request_timeout While several method docstrings suggested that you could pass floats for _request_timeout and the underlying urllib3.Timeout can deal with them, the code only allowed integer values so far when passed as a single number. * [python][samples] update with fix for _request_timeout type