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
* Add model app ID to model run creation and return it ([#1973](https://github.com/Labelbox/labelbox-python/pull/1973))
8
+
* Add support for project ontology change ([#1972](https://github.com/Labelbox/labelbox-python/pull/1972))
9
+
* Remove `mypy` from dependencies ([#1968](https://github.com/Labelbox/labelbox-python/pull/1968))
10
+
11
+
## Updated
12
+
***BREAKING CHANGE:**`UserGroup` now requires `default_role` alongside the `users` attribute. If not using `users`, switch to the `members` field instead.
13
+
* Update `UserGroup` to fix project membership ([#1986](https://github.com/Labelbox/labelbox-python/pull/1986))
14
+
15
+
## Fixed
16
+
*`ApiKey.created_by` now correctly displays the `user` for old API keys ([#1967](https://github.com/Labelbox/labelbox-python/pull/1967))
17
+
18
+
2
19
# Version 6.10.0 (2025-04-04)
3
20
## Added
4
21
* API keys Management: ([#1961](https://github.com/Labelbox/labelbox-python/pull/1961))
0 commit comments