Did something change about the TFlite converter?

From the course, there is the following colab:

I caught the print(model.predict(np.array([10.0]))) change needed, but now I’m wondering why the convert is breaking.

tflite_model = converter.convert()

Not satisfying, but I rolled back the version of TF to 2.15 and it works. Sorry for the post.