-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Update dependency build to v1 #14003
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ../../serving/weather-data | ||
| apache-beam[gcp,interactive]==2.43.0 | ||
| build==0.10.0 | ||
| build==1.4.2 | ||
| plotly==5.15.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| ../../serving/weather-model | ||
| build==0.10.0 | ||
| build==1.4.2 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This major version update of
Due to these potential breaking changes, this update poses a high risk to your build and test pipeline. |
||
| google-cloud-aiplatform==1.47.0 | ||
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 major version update of
buildfrom 0.10.0 to 1.4.2 includes several breaking changes that might affect your project:Python Version Incompatibility:
buildversion 1.3.0 and later dropped support for Python 3.8. If your test environment runs on Python 3.8, this update will cause failures. Since other dependencies likeapache-beam==2.43.0are compatible with Python 3.8, this indicates a high risk of breakage. If Python 3.8 support is required,buildmust be constrained to<1.3.0.Build Behavior Change:
buildv1.0.0 started passing config settings toget_requires*hooks. This can affect builds usingsetuptools(which is the default for your local package../../serving/weather-data) if they have unrecognized build options.Due to these potential breaking changes, this update poses a high risk to your build and test pipeline.