Troubleshooting datahub update issue while running in Docker

Original Slack Thread

Hello,
I am trying to update my datahub (v0.9.1) to the latest version. I am running my code in docker and updated the requirements to have datahub==0.10.5. However, when rebuilding my container, I get an error saying this version cannot be found. Does anyone have a solution to updating my datahub?
Thank you

<@U03N06PBY5R> Have you tried doing it via pip? From the quickstart guide:

python3 -m pip install --upgrade acryl-datahub
datahub version```