To use ayon-launcher --use-dev bundles with server 1.0.0-rc.1, use ayon_python_api 1.0.0rc3

While I can’t help with the issue…
But, I thought about replicating it on my side.

I couldn’t replicate the issue…
Roughly, These are my steps to update Ayon:

  1. update server

    cd your-ayon-docker-repo-clone
    sudo docker compose pull
    sudo docker compose up -d
    
  2. update OpenPype and Ayon launcher repos

    git checkout develop
    git pull origin develop
    
  3. update OpenPype and Ayon python env
    In Ayon Launcher Repo:

    • ./tools/manage.ps1 create-env which updates poetry.lock
    • ./tools/manage.ps1 install-runtime-dependencies which updates your libs as configured in project.toml

    In OpenPype Repo:

    • .\tools\create_env.ps1
    • .\tools\fetch_thirdparty_libs.ps1

These steps were discussed here How to keep up with Ayon updates?