You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/labelbox/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Changelog
2
-
# Version 7.0.0 (2025-06-16)
2
+
# Version 7.0.0 (2025-06-17)
3
3
## Added
4
4
* Add support for Likert scale ([#1980](https://github.com/Labelbox/labelbox-python/pull/1980))
5
5
* Add creation of IAM integrations ([#1976](https://github.com/Labelbox/labelbox-python/pull/1976))
@@ -9,7 +9,7 @@
9
9
* Remove `mypy` from dependencies ([#1968](https://github.com/Labelbox/labelbox-python/pull/1968))
10
10
11
11
## Updated
12
-
***BREAKING CHANGE:**`UserGroup`now requires `default_role` alongside the `users` attribute. If not using `users`, switch to the `members` field instead.
12
+
***BREAKING CHANGE**`UserGroup`no longer supports the `users` attribute - it's been replaced by the `members` field.
13
13
* Update `UserGroup` to fix project membership ([#1986](https://github.com/Labelbox/labelbox-python/pull/1986))
0 commit comments