File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # Version 3.49.1 (2023-06-29)
3
+ ## Fixed
4
+ * Removed numpy version lock that caused Python version >3.8 to download incompatible numpy version
5
+
2
6
# Version 3.49.0 (2023-06-27)
3
7
4
8
## Changed
5
9
* Improved batch creation logic when more than 1000 global keys provided
6
10
7
-
8
11
## Notebooks
9
12
* Added example on how to access mark in export v2
10
13
* Removed NDJSON library from ` examples/basics/custom_embeddings.ipynb `
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.49.0 '
24
+ release = '3.49.1 '
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.49.0 "
2
+ __version__ = "3.49.1 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments