-
Notifications
You must be signed in to change notification settings - Fork 167
fix: allow Protobuf 6.x #1445
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
fix: allow Protobuf 6.x #1445
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4bb0dab
fix: allow Protobuf 6.x
parthea af28188
Merge branch 'main' into allow-protobuf-6
parthea a0a6ce2
add prerelease nox session
parthea bb99680
add python 3.13
parthea 152811a
lint
parthea 1556b66
add test dependencies
parthea 39b69ab
add test dependencies
parthea 2a56aef
fix(deps): require google-crc32c >= 1.1.3
parthea dbd1ca9
fix(deps): require requests >= 2.22.0
parthea b992241
add dependencies for system tests
parthea 8bdf699
clean up
parthea ad59b2e
clean up
parthea d93e5ba
clean up
parthea 12d899c
clean up
parthea 4be916a
clean up
parthea c7d5000
fix cover
parthea 0f28113
clean up
parthea b03754c
Install dependencies needed for system tests
parthea 0942622
add dependencies for system test
parthea e833fd5
update noxfile config
parthea 9a490e7
add credentials
parthea 457db16
exclude .kokoro/presubmit/prerelease-deps.cfg template
parthea ec4a428
remove obsolete excludes
parthea 600d7bc
clean up
parthea c326bf5
clean up
parthea b6e0d0c
exclude .kokoro/continuous/prerelease-deps.cfg from templates; remove…
parthea 77a3dc8
migrate prerelease test from presubmit to continuous build
parthea 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 was deleted.
Oops, something went wrong.
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
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
Empty file.
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 |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # This constraints file is used to check that lower bounds | ||
| # are correct in setup.py | ||
| # List all library dependencies and extras in this file. | ||
| # Pin the version to the lower bound. | ||
| # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0", | ||
| # Then this file should have google-cloud-foo==1.14.0 | ||
| google-auth==2.26.1 | ||
| google-api-core==2.15.0 | ||
| google-cloud-core==2.4.2 | ||
| google-resumable-media==2.7.2 | ||
| requests==2.22.0 | ||
| google-crc32c==1.1.3 | ||
| protobuf==3.20.2 | ||
| opentelemetry-api==1.1.0 | ||
|
|
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
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.
IIUC this is setting a list of sessions to run by default (to exclude
prerelease_depsso that it is only ran in kokoro prerelease_deps)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.
Yes, this is correct. Also see https://nox.thea.codes/en/stable/tutorial.html#selecting-which-sessions-to-run