python-drafthorse
python-drafthorse copied to clipboard
Fixed IncludedNote.content field type
The content of an included note is just a single string. If you add multiple lines the validation will fail.
Also updated type hints of the other fields in that class.
You're right. I'll merge it when I do the next release that has breaking changes. Would you have time looking at the now-failing tests?
Done :)