VENV pip3 upgrade only brings me to version 2020-12

Hi Folks!

Did an upgrade today because of the security notice … but landed on version 2020-12.
I am running in a venv and upgraded via:

pip3 install --upgrade homeassistant

Is there a way to force something newer? I tried pip3 search - but that API seems to be disabled …

Thanks!

oops … found it:

pip3 install --upgrade homeassistant==2021.1.3

Sorry for the noise!

Hi @jmacdonald, good that you found it!
Maybe good idea to tick your thread as solved, that way you minimize “the noise”.