How to get latest version of not installed package using pip?
I want to know, for a package which is not installed in my virtual environment, what is the latest version available. For example, if I had to install requests library, I would want to know the version before installation. I considered pip search but that was deprecated in Python 3.11. Is there any other way… Read More How to get latest version of not installed package using pip?