multiples ways to find the version of the python package you are using

pip list
print(psycopg2.__version__)
Scroll to Top