- Install Poetry:
pipx install poetry - Install dependencies:
poetry install - Install OpenAPI Generator (on macOS:
brew install openapi-generator) - Run tests:
poetry run pytest
- Run
scripts/generate.sh. This will generate the API client from the latest OpenAPI spec. Once generated, you should open a PR and merge the changes.
Run the "Publish" GitHub Actions workflow.