Internally, `sorcery` uses `ast.Str` which was deprecated in 3.12 and removed in 3.14. It seems it can be trivially fixed by using `ast.Constant` instead.
Internally,
sorceryusesast.Strwhich was deprecated in 3.12 and removed in 3.14. It seems it can be trivially fixed by usingast.Constantinstead.