mdeakyne / BbRest

Blackboard REST APIs... for humans?
MIT License
22 stars 6 forks source link

Python 3.12 error. #29

Open mafudge opened 2 months ago

mafudge commented 2 months ago
:1: SyntaxWarning: invalid escape sequence '\['
eflage commented 1 month ago

This was introduced in Python 3.12: https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes. Seems like the correct way to fix it is to use raw strings in all the regular expressions.

mafudge commented 1 month ago

likely a dependency issue? Seem like the bbrest.py uses raw strings.

eflage commented 1 month ago

I agree. Looking at the imports, it looks like maya might be the culprit. https://github.com/kennethreitz/maya/issues/202