I'm recently experiencing issues with the ARCGIS package installed with my azure function. The urllib3 library was updated to version 2.0.2 in May 3 and, since then, the code is unable to log into arcgis using arcgis for python due to the following error:
init() got an unexpected keyword argument 'method_whitelist'
I'm not sure if there is a way to overwrite the library to the last working version (1.26.15), since it is actually installed with the arcgis package itself.
Any guidance will be highly appreciated.