infobip-api-python-client icon indicating copy to clipboard operation
infobip-api-python-client copied to clipboard

Request to support urllib >2.1.0

Open stefanruijsenaars opened this issue 1 year ago • 2 comments

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

stefanruijsenaars avatar Aug 14 '24 13:08 stefanruijsenaars

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 avatar Aug 20 '24 06:08 ib-tjuhasz

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

abo-abo avatar Jul 29 '25 10:07 abo-abo