sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Home Page:https://orator-orm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrapper error on scopedefinition after upgrade python 3.9 tp 3.11

cruzeta51 opened this issue · comments

a "readonly attribute" error on python 3.11 when set up a scope decorator on a Model

File "..\Python311\Lib\functools.py", line 61, in update_wrapper
wrapper.wrapped = wrapped
^^^^^^^^^^^^^^^^^^^
AttributeError: readonly attribute

can you provide more details? code examples to reproduce, application stack trace, etc?