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 CHANGED
@@ -33,7 +33,7 @@ Modules & settings:
33
33
 
34
34
  """
35
35
 
36
- __version__ = "1.4.0" # denote a release candidate for 0.1.0 with 0.1rc1
36
+ __version__ = "1.4.1" # denote a release candidate for 0.1.0 with 0.1rc1
37
37
 
38
38
  import os
39
39
 
@@ -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 → no access to its labels & registries (resolve via `pip install {module_name}`)"
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.0
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,<=2.11.0
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=2h5njKI5Z4qiixV_epzJ1DfWghCpY8ao29gDHqa3guw,2692
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=LRtuXf2jiz5zTs47F7TyhCL0wfHA9YqwWHCBMadtnQs,14837
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.0.dist-info/LICENSE,sha256=UOZ1F5fFDe3XXvG4oNnkL1-Ecun7zpHzRxjp-XsMeAo,11324
45
- lamindb_setup-1.4.0.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
46
- lamindb_setup-1.4.0.dist-info/METADATA,sha256=eirnixadBvZvh_WfrT4ZnGPcpUcUj5nTTw36NDkEi00,1762
47
- lamindb_setup-1.4.0.dist-info/RECORD,,
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,,