Updating client libraries in jupyter lab

currently this needs to be run to upgrade the python client in the OEOP jupyter lab environment:
pip install --user openeo --upgrade

Note the additional --user flag…

Update:
Sorry that was my mistake, I realized I had to run the update from the Lab itself.

Original Post:
When I try to upgrade openeo from the terminal I get the following error:

Seems like the openeo package can’t be updated to the current version and tries the next higher version (0.9 in my case) which is not available on pypi.