Skip to main content

Upgrading

This is a short canned synopsis of upgrading packages in the project.

Packages

info

Any changes you make to this files will only come into effect after you restart the server. If you run the application using containers, you need to do docker-compose build and then docker-compose up to get the changes.

API dependencies

cd api/
# Add or remove package to pyproject.toml
poetry update

Web dependencies

cd web/
# Add or remove package to package.json
yarn instal