Hi
When we set up a Python virtualenv and Django application through the Opalstack installer there are a couple of Python packages that are required for the Opalstack setup. For example, uWGI and asgiref. I'm not sure if the version of these installed is pegged by Opalstack or it's the latest version at the time the installer runs.
Either way, over time newer versions of these packages might be released and I was wondering if there's somewhere in the docs (apologies if I missed it) listing the latest versions that will work with the Opalstack setup. This would let us know what version of the packages we can update to; or should we assume that it's OK to go to the latest versions unless the changelogs for the packages list breaking changes?
Many thanks
Kieren