Trying to use SAFRS i've structured my App to have separated models, but when i do so I somehow get session ownership issues like the ones described here: https://stackoverflow.com/questions/24291933/sqlalchemy-object-already-attached-to-session
└[cochabamba] python3 server.py 15:12:19
/home/xaiki/src/Urissane/cerberus/python/virtualenv/lib/python3.7/site-packages/safrs/swagger_doc.py:34: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
yaml_doc = yaml.load(raw_doc)
Starting API: http://0.0.0.0:5000/api
Traceback (most recent call last):
File "server.py", line 17, in <module>