lamindb_setup 1.4.0__py3-none-any.whl → 1.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lamindb_setup/__init__.py +1 -1
- lamindb_setup/_init_instance.py +1 -2
- {lamindb_setup-1.4.0.dist-info → lamindb_setup-1.4.1.dist-info}/METADATA +3 -2
- {lamindb_setup-1.4.0.dist-info → lamindb_setup-1.4.1.dist-info}/RECORD +6 -6
- {lamindb_setup-1.4.0.dist-info → lamindb_setup-1.4.1.dist-info}/LICENSE +0 -0
- {lamindb_setup-1.4.0.dist-info → lamindb_setup-1.4.1.dist-info}/WHEEL +0 -0
lamindb_setup/__init__.py
CHANGED
lamindb_setup/_init_instance.py
CHANGED
|
@@ -42,10 +42,9 @@ def get_schema_module_name(module_name, raise_import_error: bool = True) -> str
|
|
|
42
42
|
module_spec = importlib.util.find_spec(name)
|
|
43
43
|
if module_spec is not None:
|
|
44
44
|
return name
|
|
45
|
-
message = f"schema module '{module_name}' is not installed →
|
|
45
|
+
message = f"schema module '{module_name}' is not installed → resolve via `pip install {module_name}`"
|
|
46
46
|
if raise_import_error:
|
|
47
47
|
raise ImportError(message)
|
|
48
|
-
logger.warning(message.lower())
|
|
49
48
|
return None
|
|
50
49
|
|
|
51
50
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: lamindb_setup
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Setup & configure LaminDB.
|
|
5
5
|
Author-email: Lamin Labs <open-source@lamin.ai>
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -13,7 +13,8 @@ Requires-Dist: appdirs<2.0.0
|
|
|
13
13
|
Requires-Dist: requests
|
|
14
14
|
Requires-Dist: universal_pathlib==0.2.6
|
|
15
15
|
Requires-Dist: botocore<2.0.0
|
|
16
|
-
Requires-Dist: supabase>=2.8.1
|
|
16
|
+
Requires-Dist: supabase>=2.8.1,<2.12.0
|
|
17
|
+
Requires-Dist: gotrue<2.12.0
|
|
17
18
|
Requires-Dist: storage3!=0.11.2; python_version < '3.11'
|
|
18
19
|
Requires-Dist: pyjwt<3.0.0
|
|
19
20
|
Requires-Dist: psutil
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
lamindb_setup/__init__.py,sha256=
|
|
1
|
+
lamindb_setup/__init__.py,sha256=is_IPUSgYwCBU2vA_ly7eIalvGfszfaTs7uB3cZ2gLU,2692
|
|
2
2
|
lamindb_setup/_cache.py,sha256=aszT-zk3S5dTLKp5g1W-S_FPh2E5YVCALwWSGPJLWBM,1493
|
|
3
3
|
lamindb_setup/_check.py,sha256=28PcG8Kp6OpjSLSi1r2boL2Ryeh6xkaCL87HFbjs6GA,129
|
|
4
4
|
lamindb_setup/_check_setup.py,sha256=d1GS1Csy2G9AysfjoyVcNVY0lhHiWSwSLpfgdIQf35s,5477
|
|
@@ -9,7 +9,7 @@ lamindb_setup/_django.py,sha256=uIQflpkp8l3axyPaKURlk3kacgpElVP5KOKmFxYSMGk,1454
|
|
|
9
9
|
lamindb_setup/_entry_points.py,sha256=sKwXPX9xjOotoAjvgkU5LBwjjHLWVkh0ZGdiSsrch9k,522
|
|
10
10
|
lamindb_setup/_exportdb.py,sha256=QLjoH4dEwqa01A12naKaDPglCCzl2_VLKWFfJRE_uSg,2113
|
|
11
11
|
lamindb_setup/_importdb.py,sha256=fKv9ev5OOj_-bmzC8XZ1GxOcjIjI486yrHSHDWQrJeI,1874
|
|
12
|
-
lamindb_setup/_init_instance.py,sha256=
|
|
12
|
+
lamindb_setup/_init_instance.py,sha256=5BVHDM3qOe5_HsJGb14NqudGdCG3MjP05rcmercn9wg,14762
|
|
13
13
|
lamindb_setup/_migrate.py,sha256=ya-15sc91i4JmEWI4j00T2892x8hdy2fSW-qz4IdxLs,9739
|
|
14
14
|
lamindb_setup/_register_instance.py,sha256=X7ZGlCVOZKq4zTpi3bxML4jzo6hgN9UYmdTxxf6JLmc,1205
|
|
15
15
|
lamindb_setup/_schema.py,sha256=b3uzhhWpV5mQtDwhMINc2MabGCnGLESy51ito3yl6Wc,679
|
|
@@ -41,7 +41,7 @@ lamindb_setup/core/exceptions.py,sha256=4NpLUNUIfXYVTFX2FvLZF8RW34exk2Vn2X3G4Yhn
|
|
|
41
41
|
lamindb_setup/core/hashing.py,sha256=M3Q1-ywnqh4Uy5zojbQfLju19HU0ySp8Oi7FGIJXfFI,3667
|
|
42
42
|
lamindb_setup/core/types.py,sha256=zJii2le38BJUmsNVvzDrbzGYr0yaeb-9Rw9IKmsBr3k,523
|
|
43
43
|
lamindb_setup/core/upath.py,sha256=bjKlQZFe-azlZZZ_VjH9bzfh93G6b88b_IE6E6Dg7cY,33662
|
|
44
|
-
lamindb_setup-1.4.
|
|
45
|
-
lamindb_setup-1.4.
|
|
46
|
-
lamindb_setup-1.4.
|
|
47
|
-
lamindb_setup-1.4.
|
|
44
|
+
lamindb_setup-1.4.1.dist-info/LICENSE,sha256=UOZ1F5fFDe3XXvG4oNnkL1-Ecun7zpHzRxjp-XsMeAo,11324
|
|
45
|
+
lamindb_setup-1.4.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
|
46
|
+
lamindb_setup-1.4.1.dist-info/METADATA,sha256=F41PXuW4grUyG6yLr9g-uCSTPb9SPK0AKhI6aCmm2_8,1790
|
|
47
|
+
lamindb_setup-1.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|