I am currently trying to run some example code in python but I encountered some problems with backward compatibility. The file I am trying to run in python was written some three years ago, and couple of packages from back then are already out of date. I figured I will build a virtual environment and there download those specific older versions of dependencies to run the file but I struggled to find an information of what were these exact versions back then.
I did some research and I found yolk3k which lists all the previous versions of the package, but does not shows their release dates.
Also I have found an option '--before ' in pip, but also failed to use it to my benefit.
Did anyone encountered similar issue? Is there an easy way, to list all old packages with their release dates?