Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.14.0 source code.tar.gz | 2025-05-26 | 3.9 MB | |
1.14.0 source code.zip | 2025-05-26 | 4.0 MB | |
README.md | 2025-05-26 | 637 Bytes | |
Totals: 3 Items | 7.9 MB | 0 |
What's Changed
- Fixed attributes being non optional for resource api updates by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/224
- Allow unsetting assigned_reviewer/labeler by @TomRoussel in https://github.com/segments-ai/segments-ai/pull/225
- This changes the behaviour when updating samples through
SegmentsClient.update_sample
orSample.update
: providingassigned_labeler=None
orassigned_reviewer=None
will unset the assigned person for that sample. When omitting this parameter, it will leave it unchanged.
Full Changelog: https://github.com/segments-ai/segments-ai/compare/1.13.0...1.14.0