I'm using Python 3.10.19 for a project, and have found a small bug that affects Python versions between 3.12. There is a dictionary item referenced inside an f-string, and both the outer string and the dictionary key string use single quotes which the older Python interpreter is unable to parse. I have a local fix for my specific usecase but have not looked to see if this issue crops up in other places - would you like me check the whole repo and submit a PR?
I'm using Python 3.10.19 for a project, and have found a small bug that affects Python versions between 3.12. There is a dictionary item referenced inside an f-string, and both the outer string and the dictionary key string use single quotes which the older Python interpreter is unable to parse. I have a local fix for my specific usecase but have not looked to see if this issue crops up in other places - would you like me check the whole repo and submit a PR?