orm icon indicating copy to clipboard operation
orm copied to clipboard

Update to Pendulum 3

Open felipehertzer opened this issue 11 months ago • 1 comments

Describe the bug I'm trying to use the package with Python 3.12 but the pendulum dependencie doesn't allow it. Is there any reason why it is locked at pendulum>=2.1,<2.2? I think it could be updated without any major change.

To Reproduce Steps to reproduce the behavior:

  1. Use Python 3.12
  2. pip install masonite-orm
  3. See error

Expected behavior Be able to use Masonite with Python 3.12

Desktop (please complete the following information):

  • OS: Mac OS
  • Version 14.3.1

What database are you using?

  • Type: MySQL
  • Version 8
  • Masonite ORM v2.20.0

Additional context Any other steps you are doing or any other related information that will help us debug the problem please put here.

felipehertzer avatar Mar 07 '24 04:03 felipehertzer