Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## Unreleased

### Fixed
- A bug where fetching alert rules could fail if third-party messaging was configured on a rule.

### Added
- Added support for python 3.14

Expand Down
1 change: 1 addition & 0 deletions src/_incydr_sdk/enums/alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ class MessagingMethod(_Enum):
EMAIL = "Email"
SLACK = "Slack"
TEAMS = "Teams"
THIRDPARTYINTEGRATION = "ThirdPartyIntegration"
Loading