saideepthi jagarapu I have a doubt about the upgrade.
On the host (dev2025) there is a file named "requirements.txt" which I believe is the list of versions of libraries and dependencies that will be deployed to the host when we run deploy using ansible.
The "requirements.txt" file that is current is listing versions that don't match what is listed above. Here is what is in the file "requirements.txt":
ubuntu $ more requirements.txt
asgiref==3.3.4
certifi==2021.5.30
chardet==4.0.0
Django==3.2.3
django-cors-headers==3.10.0
idna==2.10
python-decouple==3.1
pytz==2021.1
requests==2.25.1
sqlparse==0.4.1
urllib3==1.26.6
I think this is because the branch that is deployed on the testing host is actually branch "main".
To truly test the deployment of upgraded libraries, we need to deploy your new branch (IGBF-4326) on the testing host.
You can do this by configured the inventory.ini file, I believe. Using the inventory.ini file, I think you can specify both the branch you want to deploy (for testing) and the repository (your fork).
Can you take a look and re-run the playbooks using your repository and your development branch (IGBF-4326) to deploy your new code onto the testing host dev2025.bioviz.org.
Before upgrade hub-facade uses python <=3.10, django==3.2.3
Upgraded to python 3.13, django 4.2.10, other dependencies upgraded based on these versions.
Branch changes:
https://bitbucket.org/lorainelab-deepthi/hub-facade/branch/IGBF-4326