File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88** Before you create a Pull Request, remember to update the Changelog with your changes.** 
99
10+ ## [ 0.5.37] ( https://github.com/superduper-io/superduper/compare/0.5.37...0.5.36] )     (2024-Nov-02) 
11+ 
12+ -  Load secrets from secrets directory
13+ 
1014## [ 0.5.2] ( https://github.com/superduper-io/superduper/compare/0.5.2...0.5.0] )     (2024-Nov-02) 
1115
1216#### Bug Fixes  
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name  = " superduper-framework" 
77description  = " 🔮 Bring AI to your favourite database 🔮" 
88readme  = " README.md" 
9- version  = ' 0.5.36 ' 
9+ version  = ' 0.5.37 ' 
1010license  = {file  = " LICENSE" 
1111maintainers  = [{
name  = 
" superduper.io, Inc." , 
email  = 
" [email protected] " }]
1212keywords  = [
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class ConfigError(Exception):
3636
3737def  load_secrets (secrets_dir : str  |  None  =  None ):
3838    """Load secrets directory into env vars. 
39-      
39+ 
4040    :param secrets_dir: The directory containing the secrets. 
4141    """ 
4242    if  secrets_dir  is  None :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments