File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed 
tests/playwright/shiny/components/data_frame/data_type Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies = [
4747    " prompt-toolkit;platform_system!='Emscripten'" 
4848    " python-multipart>=0.0.7;platform_system!='Emscripten'" 
4949    " setuptools;python_version>='3.12'" 
50-     " narwhals>=1.9.1 " 
50+     " narwhals>=1.9.3 " 
5151    " orjson>=3.10.7" 
5252]
5353
Original file line number Diff line number Diff line change 55from  shiny .playwright  import  controller 
66from  shiny .run  import  ShinyAppProc 
77
8- # TODO-karan: pyarrow tests have been commented out because the pyarrow backend is not yet supported 
98backends  =  [
109    {
1110        "name" : "pandas" ,
1918        "df_original" : "nw_df_original" ,
2019        "selected_row" : "selected_nw_row" ,
2120    },
22-     #  {
23-     #      "name": "pyarrow",
24-     #      "prefix": "pa",
25-     #      "df_original": "pa_df_original",
26-     #      "selected_row": "selected_pa_row",
27-     #  },
21+     {
22+         "name" : "pyarrow" ,
23+         "prefix" : "pa" ,
24+         "df_original" : "pa_df_original" ,
25+         "selected_row" : "selected_pa_row" ,
26+     },
2827    {
2928        "name" : "polars" ,
3029        "prefix" : "pl" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments