File tree Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2020    with :
2121      force : ${{ github.event.inputs.force }} 
2222      mode : pr 
23+       #  We need poetry < 2.0 to avoid the speakeasy run failure.
24+       #  This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
25+       poetry_version : 1.8.5 
2326      set_version : ${{ github.event.inputs.set_version }} 
2427      speakeasy_version : latest 
2528      target : mistral-python-sdk-azure 
Original file line number Diff line number Diff line change 2020    with :
2121      force : ${{ github.event.inputs.force }} 
2222      mode : pr 
23+       #  We need poetry < 2.0 to avoid the speakeasy run failure.
24+       #  This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
25+       poetry_version : 1.8.5 
2326      set_version : ${{ github.event.inputs.set_version }} 
2427      speakeasy_version : latest 
2528      target : mistral-python-sdk-google-cloud 
Original file line number Diff line number Diff line change 2020    with :
2121      force : ${{ github.event.inputs.force }} 
2222      mode : pr 
23+       #  We need poetry < 2.0 to avoid the speakeasy run failure.
24+       #  This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
25+       poetry_version : 1.8.5 
2326      set_version : ${{ github.event.inputs.set_version }} 
2427      speakeasy_version : latest 
2528      target : mistralai-sdk 
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ permissions:
1414jobs :
1515  publish :
1616    uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15 
17+     with :
18+       #  We need poetry < 2.0 to avoid the speakeasy run failure.
19+       #  This was fixed in speakasy v1.467.0 but we're locked at 1.462.2 waiting for other speakeasy fixes.
20+       poetry_version : 1.8.5 
1721    secrets :
1822      github_access_token : ${{ secrets.GITHUB_TOKEN }} 
1923      pypi_token : ${{ secrets.PYPI_TOKEN }} 
Original file line number Diff line number Diff line change 11workflowVersion : 1.0.0 
2- speakeasyVersion : 1.462.2  #  # Pinned to unblock https://github.com/mistralai/client-python/pull/173
2+ #  speakeasyVersion is pinned to unblock https://github.com/mistralai/client-python/pull/173
3+ #  The speakeasy run was appending `_` to some attributes to avoid conflicts with reserved keywords.
4+ #  This would have change the SDK APIs and break the existing clients which we don't want.
5+ speakeasyVersion : 1.462.2 
36sources :
47    mistral-azure-source :
58        inputs :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments