File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # Version 3.66 (2024-03-20)
3
+ ## Notes
4
+
5
+ ## Added
6
+ * Added support for Python 3.11, 3.12
7
+ * Added update method to attachments
8
+
9
+ ## Notebooks
10
+ * Improved notebooks for integration and model diagnostics
11
+ * Removed databricks integrations notebooks
12
+
13
+ ## Updated
14
+ * Updated README for clarity and contribution guidelines
15
+
16
+ ## Removed
17
+ * Removed support Python 3.7 as it has been end of life since June 2023
18
+
2
19
# Version 3.65.0 (2024-03-05)
3
20
## Notes
4
21
* Rerelease of 3.64.0
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.65 .0'
24
+ release = '3.66 .0'
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
2
3
- __version__ = "3.65 .0"
3
+ __version__ = "3.66 .0"
4
4
5
5
from labelbox .client import Client
6
6
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments