File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "pipedream"
33
44[tool .poetry ]
55name  = " pipedream" 
6- version  = " 1.0.11 " 
6+ version  = " 1.0.12 " 
77description  = " " 
88readme  = " README.md" 
99authors  = []
Original file line number Diff line number Diff line change 66import  typing 
77
88import  httpx 
9- from  .types .project_environment  import  ProjectEnvironment 
9+ from  ._ . types .project_environment  import  ProjectEnvironment 
1010from  .core .api_error  import  ApiError 
1111from  .core .client_wrapper  import  AsyncClientWrapper , SyncClientWrapper 
1212from  .core .oauth_token_provider  import  OAuthTokenProvider 
Original file line number Diff line number Diff line change 33import  typing 
44
55import  httpx 
6- from  ..types .project_environment  import  ProjectEnvironment 
6+ from  .._ . types .project_environment  import  ProjectEnvironment 
77from  .http_client  import  AsyncHttpClient , HttpClient 
88
99
@@ -27,10 +27,10 @@ def __init__(
2727
2828    def  get_headers (self ) ->  typing .Dict [str , str ]:
2929        headers : typing .Dict [str , str ] =  {
30-             "User-Agent" : "pipedream/1.0.11 " ,
30+             "User-Agent" : "pipedream/1.0.12 " ,
3131            "X-Fern-Language" : "Python" ,
3232            "X-Fern-SDK-Name" : "pipedream" ,
33-             "X-Fern-SDK-Version" : "1.0.11 " ,
33+             "X-Fern-SDK-Version" : "1.0.12 " ,
3434            ** (self .get_custom_headers () or  {}),
3535        }
3636        if  self ._project_environment  is  not None :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments