Skip to content
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

test: Restrict tf dependency protobuf to ABI compatible releases #1869

Merged
merged 6 commits into from
May 26, 2022

Commits on May 26, 2022

  1. test: Restrict tf dependency protobuf to ABI compatible releases

    * protobuf v3.20.1 is the last release to support ABI compatibility
    with tensorflow pre tensorflow 2.9.1. The next release of protobuf,
    v4.21.0, breaks ABI compatibility and so requires an upper bound in of
    protobuf v3.20.1 for older tensorflow releases to not break. tensorflow
    released a series of patch releases in response to protobuf v4.21.0:
    v2.6.5, v2.7.3, v2.8.2, v2.9.1.
       - c.f. https://github.com/tensorflow/tensorflow/ Issue 56077
    matthewfeickert committed May 26, 2022
    Configuration menu
    Copy the full SHA
    01c995b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b1605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    262522d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9f922b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6642ed1 View commit details
    Browse the repository at this point in the history
  6. Revert "Update lower bound to tensorflow 2.6.5"

    This reverts commit 262522d.
    matthewfeickert committed May 26, 2022
    Configuration menu
    Copy the full SHA
    fdbb615 View commit details
    Browse the repository at this point in the history