Request to support urllib >2.1.0
Hi there,
Requirements are set to urllib3>=1.25.3,<2.1.0 - do you plan to support versions above 2.1.0?
Many thanks
Hi @stefanruijsenaars ,
Thank you for your question.
Currently, there are no plans to update the urllib3 dependency beyond version 2.1.0. This library is generated using OpenAPI Generator, which, at present, does not support urllib3 versions above 2.1.0. We will continue to monitor updates to OpenAPI Generator, and if support for newer urllib3 versions is added in the future, we can consider updating the dependency accordingly.
Thank you for your understanding.
Best regards, Tamás Juhász
@ib-tjuhasz It seems that the OpenAPI Generator support for newer urllib3 versions was fixed in https://github.com/OpenAPITools/openapi-generator/pull/19458.
Can we remove now the < 2.1.0 urllib3 restriction?