Tags: rootlyhq/rootly-python
Tags
Bump actions/checkout from 4 to 6 (#3) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release v1.0.1: Regenerate client with literal enums support - Regenerated client from latest OpenAPI specification - Enabled literal_enums in config to fix duplicate enum key issues - Updated version to 1.0.1 in pyproject.toml - Updated CHANGELOG.md with v1.0.1 release notes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Install package dependencies before testing imports The SDK requires httpx, attrs, and python-dateutil to be installed before it can be imported. Added step to install package dependencies before running the import test. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>