File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.64.0 (2024-02-29)
3+
4+ ## Added
5+ * Catalog schema class. Catalog exports can now be made without creating a slice first
6+
7+ ## Removed
8+ * Review related WebhookDataSource topics
9+
210# Version 3.63.0 (2024-02-19)
311## Added
412* Ability for users to install and use sdk with pydantic v.2.* while still maintaining support for pydantic v1.*
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.63 .0'
24+ release = '3.64 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.63 .0"
3+ __version__ = "3.64 .0"
44
55from labelbox .client import Client
66from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments