-
Notifications
You must be signed in to change notification settings - Fork 90
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
chore: add constraints file #122
Conversation
testing/constraints-3.6.txt
Outdated
googleapis-common-protos==1.6.0 | ||
protobuf==3.12.0 | ||
google-auth==1.21.1 | ||
requests==2.18.0 | ||
setuptools==34.0.0 | ||
six==1.13.0 | ||
grpcio==1.29.0 | ||
grpcio-gcp==0.2.2 | ||
grpcio-gcp==0.2.2 |
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.
futures
is excluded since it is only needed for 2.7.pytz
is excluded because there is no range.
Lines 31 to 45 in b51b7f5
dependencies = [ "googleapis-common-protos >= 1.6.0, < 2.0dev", "protobuf >= 3.12.0", "google-auth >= 1.21.1, < 2.0dev", "requests >= 2.18.0, < 3.0.0dev", "setuptools >= 34.0.0", "six >= 1.13.0", "pytz", 'futures >= 3.2.0; python_version < "3.2"', ] extras = { "grpc": "grpcio >= 1.29.0, < 2.0dev", "grpcgcp": "grpcio-gcp >= 0.2.2", "grpcio-gcp": "grpcio-gcp >= 0.2.2", }
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.
Fix b0rken CI.
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent. |
Add constraints file to test lower bounds.