File tree Expand file tree Collapse file tree
lib/sift_client/resources Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 66from sift_client .sift_types .tag import Tag
77from sift_client .util import cel_utils as cel
88
9-
109if TYPE_CHECKING :
1110 import re
1211 from datetime import datetime
You can’t perform that action at this time.
0 commit comments