Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Restrict tf dependency protobuf to ABI compatible releases (#1869)
* 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 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. tensorflow/tensorflow#56077
- Loading branch information