**Describe the bug** See below. **To Reproduce** ```py df = pd.DataFrame({"x": [42]}) df["x"] = df["x"].astype("str") # ok df["x"] = df["x"].astype("object") # fails ``` **Please complete the following information:** Version 1.5.3.230304