import avro.schema with open("002_poc_avro_deep_nested_schema.json") as f: avro.schema.parse(f.read()) # raises RecursionError