Adding text on each bar of a BarPolar chart

Is it possible to add text on each bar on a BarPolar chart? I’ve been looking at options but I couldn’t find a way. I saw a question being asked on the topic but without answer: Add Text to Polar Bar

I’m using the following:
fig = go.Figure(go.Barpolar(...

In this case I’ve seen text is used for displaying information on the tooltip when hovering Barpolar traces with Python