-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update Protobuf and GCP dependencies in Beam Python SDK #24599
Merged
Merged
Changes from all commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
a3e72b7
Update build dependencies and mypy-protobuf
AnandInguva 673aaf3
Update import
AnandInguva ee1da36
Add os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'
AnandInguva 6140ff7
Update gen_protos.py
AnandInguva 8f24747
Manually generate proto file.
AnandInguva e6af718
update proto file
AnandInguva 9c44141
Remove redundant code
AnandInguva 5860711
Add encoding
AnandInguva fd4176f
Update protobuf
AnandInguva 2cf5526
Remove tensorflow ad google cloud profiler
AnandInguva afbe42d
update dependencies
AnandInguva ab20544
update facets-overview
AnandInguva 990cf94
Update goolge-cloud-langugage code to support breaking changes from v2.0
AnandInguva 7eab925
Update video intelligence breaking changes
AnandInguva 073788d
Update lower bounds on some gcp deps
AnandInguva 15a4d3b
Merge remote-tracking branch 'upstream/master' into update-protobuf
AnandInguva 30b9b7f
Update deps
AnandInguva 882e5af
Debug
AnandInguva bf2846c
Update gen_protos.py to supoort google._upb
AnandInguva 3a0c1b7
Change checking condition to cpp to upb
AnandInguva 2614d0e
Update google-cloud-datastore ByteSize
AnandInguva 188a5d6
Update Dockerfile
AnandInguva 2dba13f
raise Error
AnandInguva b5ac388
Update dependencies bound
AnandInguva 0045b89
Merge remote-tracking branch 'origin/update-protobuf' into update-pro…
AnandInguva 9b2f0de
Merge remote-tracking branch 'upstream/master' into update-protobuf
AnandInguva 35631f5
Add optional field
AnandInguva 1d93010
Add license headers
AnandInguva 3801c16
Add more optional
AnandInguva 8d25563
Changes types to make them compatible with mypy-protobuf generated stubs
AnandInguva 3e95526
Merge remote-tracking branch 'origin/update-protobuf' into update-pro…
AnandInguva de15ba2
Add license for grpcio-status
AnandInguva eac41bb
Merge remote-tracking branch 'upstream/master' into update-protobuf
AnandInguva 853fc86
update mypy to 0.790
AnandInguva 1ebc815
add more optional fields to satisfy mypy type checker
AnandInguva 7bfece4
Identify and solve the mypy type checks
AnandInguva 7552e3d
fix lint
AnandInguva 01d7898
Revert "add more optional fields to satisfy mypy type checker"
AnandInguva 15f47d8
Revert "Add more optional"
AnandInguva cb23020
Revert "Add optional field"
AnandInguva 7b4d9f5
add relax_strict_optional_primitives to mypy_out
AnandInguva caa04aa
Merge pull request #105 from AnandInguva/update-protobuf-testing
AnandInguva bf78ba6
Fix up formatting
AnandInguva b7a1807
Fix up lint
AnandInguva cb8d016
Fix up formatting
AnandInguva 650827f
Fix up lint
AnandInguva f522b38
fix lint
AnandInguva 7c4d268
Fix up docs
AnandInguva 297b7f4
Add gh issue to update code and doc strings
AnandInguva 83c4477
Update lower bound of gcp dependencies
AnandInguva e7844e6
Merge branch 'update-protobuf' into update-protobuf-testing
AnandInguva 7eee7b7
Merge remote-tracking branch 'upstream/master' into update-protobuf-t…
AnandInguva adf34fb
Add tensorflow rc
AnandInguva adb7d30
Add tf rc version and comment onnx tests
AnandInguva 0070723
Update container dependencies
AnandInguva c542de5
comment onnx task
AnandInguva 8deb83c
Merge branch 'update-protobuf' into update-protobuf-testing
AnandInguva 345f780
Merge remote-tracking branch 'upstream/master' into update-protobuf-t…
AnandInguva 2f94ddd
Change bound on google-cloud-recommendations
AnandInguva 5bafc65
Modify FakeMutation to support mocking proto messages
AnandInguva dd6dbec
Update comment
AnandInguva bc58086
Add todo for uncommenting onnx changes
AnandInguva e35bdef
update comment
AnandInguva 84aeff4
Merge remote-tracking branch 'upstream/master' into update-protobuf-t…
AnandInguva b617f60
Update dependencies
AnandInguva 2ce87e7
Merge branch 'update-protobuf-testing' into update-protobuf
AnandInguva 334846a
revert doc change
AnandInguva 9456a33
Merge branch 'update-protobuf-testing' into update-protobuf
AnandInguva 15db416
Refactor code/remove helper function from util
AnandInguva 2558b6b
Update comment
AnandInguva 454481e
Uncomment changes
AnandInguva af2de21
Update tensorflow
AnandInguva 6893398
Comment tfx-bsl tests
AnandInguva f72eaa3
Update tox.ini syntax
AnandInguva a29505f
refactor
AnandInguva ba8b376
fix requirements
AnandInguva 5534073
Skip tensorflow tests on Python 3.7
AnandInguva a678bc4
Merge remote-tracking branch 'upstream/master' into update-protobuf
AnandInguva 0f0c3ec
Merge remote-tracking branch 'upstream/master' into update-protobuf
AnandInguva 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 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 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 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 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.
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.
I don't follow these comments.
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.
Added some context.
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.
this comment looks out of place here. let's keep the file as is and use the issue you filed for tracking purposes and further discussion.