Command to find elasticsearch python client version

how do i find what version of elasticsearch python client i am running ?

>>> import elasticsearch
>>> elasticsearch.__version__
(7, 5, 1)

thanks for your prompt reply. much appreciated.

i also found it by doing a pip list.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.