release: 0.2.27

## Bump
- [ ] Major
- [ ] Minor
- [x] Patch
- [ ] Skip

## Changelog

### Fixed
- Use triggers.upsert() instead of non-existent triggers.create() when deploying uniqueness workflow triggers
- Add cognite-sdk to mypy pre-commit hook dependencies so SDK attribute errors are caught at commit time
- ContainerProperty → ContainerPropertyApply in write-path container definitions (cursor_state, timeseries_validation)
- list[HasData] filter list widened to list[Filter] to allow Equals/Prefix appends
- _fetch_filtered_rows return type corrected from Iterable[Row | RowList] to Iterable[Row]
- DMS property dict values cast to str where used as dict keys (cursor_state, orchestration_status)
