Description:
I encountered a warning while using the order_by method in the sqeleton library. Below are the details of the warning and steps to reproduce it.
Warning Message:
site-packages\runtype\dataclass.py:216: DeprecationWarning: This method is deprecated and will be removed in future versions.Please use `.asdict()` or `.asitems()` instead.
Environment:
Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
sqeleton Version: 0.1.6
Operating System: Windows 11
Description: I encountered a warning while using the order_by method in the sqeleton library. Below are the details of the warning and steps to reproduce it.
Warning Message:
site-packages\runtype\dataclass.py:216: DeprecationWarning: This method is deprecated and will be removed in future versions.Please use `.asdict()` or `.asitems()` instead.
Environment:
Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)] sqeleton Version: 0.1.6 Operating System: Windows 11
Code to Reproduce: