File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ from typing import Literal
22
33version_json : str  =  ...
44
5- _stub_version : Literal ["2.3.0.250703 " ]
5+ _stub_version : Literal ["2.3.2.250827 " ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name  = " pandas-stubs" 
3- version  = " 2.3.0.250703 " 
3+ version  = " 2.3.2.250827 " 
44description  = " Type annotations for pandas" 
55authors  = [
" The Pandas Development Team <[email protected] >" ]
66license  = " BSD-3-Clause" 
@@ -23,7 +23,8 @@ classifiers = [
2323  " Topic :: Scientific/Engineering"  ,
2424  " Typing :: Stubs Only"  ,
2525]
26- packages  = [{ "include"  = " pandas-stubs"   }]
26+ packages  = [{ include  = " pandas-stubs"   }]
27+ exclude  = [ " pandas-stubs/__init__.py"   ]
2728
2829[tool .poetry .urls ]
2930"Bug Tracker"  = " https://github.com/pandas-dev/pandas-stubs/issues" 
@@ -36,7 +37,7 @@ numpy = ">= 1.23.5"
3637
3738[tool .poetry .group .dev .dependencies ]
3839mypy  = " 1.17.1" 
39- pandas  = " 2.3.1 " 
40+ pandas  = " 2.3.2 " 
4041pyarrow  = " >=10.0.1" 
4142pytest  = " >=7.1.2" 
4243pyright  = " >=1.1.404" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments