Skip to content

Commit 74400d7

Browse files
committed
changelog fix + fmt
1 parent 26f7adb commit 74400d7

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

python/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [v0.10.0] - January 30, 2026
77

8-
!!! warning
9-
**DEPRECATION NOTICE**
8+
### DEPRECATION NOTICE
109

11-
The `sift_py` module is deprecated as of **v0.10.0** and will be removed in **v1.0.0**.
12-
Please use `sift_client` for all new development. Several minor releases will follow
13-
before the major release to add features and give users time to migrate.
10+
The `sift_py` module is deprecated as of **v0.10.0** and will be removed in **v1.0.0**.
11+
Please use `sift_client` for all new development. Several minor releases will follow
12+
before the major release to add features and give users time to migrate.
1413

14+
### What's New
1515

1616
- Stabilizes the [sift_client](https://sift-stack.github.io/sift/python/latest/#sift-client-api-new) module.
1717
- [Add FileAttachmentsMixin to TestStep](https://github.com/sift-stack/sift/pull/466)

python/lib/sift_client/resources/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from sift_client.sift_types.tag import Tag
77
from sift_client.util import cel_utils as cel
88

9-
109
if TYPE_CHECKING:
1110
import re
1211
from datetime import datetime

0 commit comments

Comments
 (0)