forked from microsoft/durabletask-python
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 5
 
Update upstream #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Update upstream #12
Changes from 19 commits
      Commits
    
    
            Show all changes
          
          
            21 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      d53cf5c
              
                Update version to 0.2b1, require Python 3.9+, and enhance GitHub Acti…
              
              
                cgillum 4a303cb
              
                Downgrade required `grpcio` and `protobuf` versions (#36)
              
              
                berndverst 2466e7d
              
                Remove protocol prefix from host name and auto-configure secure mode …
              
              
                berndverst 551cb02
              
                Improve Proto Generation: Download proto file directly instead of via…
              
              
                berndverst 37544cf
              
                remove gitmodule file (#41)
              
              
                YunchuWang 2bdf87f
              
                Creation of DTS example and passing of completionToken (#40)
              
              
                RyanLettieri 6d3ad8f
              
                Update pr-validation.yml
              
              
                berndverst 75f573b
              
                Making token credential optional (#45)
              
              
                RyanLettieri aae0267
              
                Creation of pipeline to publish dts python package to pypi (#43)
              
              
                RyanLettieri 62d2014
              
                Add missing protobuf dependency
              
              
                berndverst 04fe991
              
                Add user agent (#49)
              
              
                berndverst e6be3d6
              
                Bump azuremanaged version for release
              
              
                berndverst c9704b3
              
                Fix and improve connection handling, add concurrency options, prep fo…
              
              
                berndverst 43a4453
              
                Update GitHub workflows and automate release (#51)
              
              
                berndverst dfec5da
              
                Updates instructions for running e2e tests to match CI (#37)
              
              
                elena-kolevska 25aae7d
              
                Merge remote-tracking branch 'upstream-ms/main' into update-upstream
              
              
                acroca 89437eb
              
                Bring examples back
              
              
                acroca 3439afc
              
                Remove misleading entry in changelog
              
              
                acroca 76033a2
              
                Fixed examples readme with specific dapr instructions
              
              
                acroca f9e2bf5
              
                Use pinned grpcio-tools version
              
              
                acroca 6f12d1d
              
                fix tests
              
              
                acroca File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1 +1 @@ | ||
| grpcio-tools==1.62.3 # 1.62.X is the latest version before protobuf 1.26.X is used which has breaking changes for Python | ||
| grpcio-tools | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already tried updating this dependency and there was a long discussion about it:
dapr/python-sdk#757 (comment)
I see this change is coming from upstream, but I'd like to understand what changed to make us change the decision we took in the comment above, cause all the raised points should still be valid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The upstream commit doesn't have much information about why they changed it.
Do you think we should keep the version as it was?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, let's keep it please