Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This major version update of build from 0.10.0 to 1.4.2 includes several breaking changes that might affect your project:

  • Python Version Incompatibility: build version 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 like apache-beam==2.43.0 are compatible with Python 3.8, this indicates a high risk of breakage. If Python 3.8 support is required, build must be constrained to <1.3.0.

  • Build Behavior Change: build v1.0.0 started passing config settings to get_requires* hooks. This can affect builds using setuptools (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.

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This major version update of build from 0.10.0 to 1.4.2 includes several breaking changes that might affect your project:

  • Python Version Incompatibility: build version 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 like google-cloud-aiplatform==1.47.0 are compatible with Python 3.8, this indicates a high risk of breakage. If Python 3.8 support is required, build must be constrained to <1.3.0.

  • Build Behavior Change: build v1.0.0 started passing config settings to get_requires* hooks. This can affect builds using setuptools (which is the default for your local package ../../serving/weather-model) if they have unrecognized build options.

Due to these potential breaking changes, this update poses a high risk to your build and test pipeline.

google-cloud-aiplatform==1.47.0