Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rootlyhq/rootly-python

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix incident severity null deserialization (#19)

Fixes #18

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Regenerate SDK for v2.0.0 (#14)

* Regenerate SDK for v2.0.0

* Align generated code with Ruff 0.16.3

* Format generated README during regeneration

* Test Python 3.13 and 3.14

* Move GitHub Actions to Blacksmith

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kwent Quentin Rousseau
Release v1.4.0: Regenerate client from latest OpenAPI spec

v1.3.0

Toggle v1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kwent Quentin Rousseau
Release v1.3.0

v1.2.1

Toggle v1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kwent Quentin Rousseau
Release v1.2.1

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kwent Quentin Rousseau
Release v1.2.0

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.0.1

Toggle v1.0.1's commit message
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]>

v1.0.0

Toggle v1.0.0's commit message
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]>