You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason 3 Python dependencies, gunicorn, uvicorn and psycopg2 are explicit in the Dockerfile (and Dockerfile.openshift). This keeps them from getting upgraded. I don't see any reason these can't just be moved to the requirements.txt.
Also check if there are upgrades available for these libraries.
The text was updated successfully, but these errors were encountered:
For some reason 3 Python dependencies,
gunicorn
,uvicorn
andpsycopg2
are explicit in the Dockerfile (and Dockerfile.openshift). This keeps them from getting upgraded. I don't see any reason these can't just be moved to the requirements.txt.Also check if there are upgrades available for these libraries.
The text was updated successfully, but these errors were encountered: