Bumping the service
To bump a service to the latest version of open-autonomy follow these steps
- Bump open-autonomy and relevant dependencies to the desired version in
tox.ini
,pipfile/pyproject.toml
andpackages
. You can also use this script to bump the dependencies in your repository. - Create a new virtual environment and install the latest dependencies
- Perform sync and lock the packages
autonomy packages sync --update-packages --source
valory-xyz/open-autonomy:<OPEN_AUTONOMY_VERSION>
--sourcevalory-xyz/open-aea:<OPEN_AEA_VERSION>
autonomy packages lock