nrbnlulu / strawberry-django-auth

Authentication system for django using strawberry
https://nrbnlulu.github.io/strawberry-django-auth/
MIT License
68 stars 30 forks source link

New patches for Django 5.0 #466

Closed SirBigG closed 7 months ago

SirBigG commented 10 months ago

Hello, people! There is a problem with updating the new patch version of Django (5.0.1) because of this strict <=5.0 check. Let's make at least <5.1 . Thank you.

kfields commented 8 months ago

Yeah, it's a shame. I suggest <6.0

nrbnlulu commented 8 months ago

PR is welcomed

kfields commented 8 months ago

Okay. I'll see what I can do.

jackyYam commented 8 months ago

Hi guys, any update on this issue?

kfields commented 8 months ago

I'm working on a PR. I have the next three days off so keep your fingers crossed. It's more involved than just bumping the Django version. I'll go into more detail when I submit it.

evanheckert commented 8 months ago

Need any help with this? @kfields

kfields commented 8 months ago

I've got it under control. Just needs some final touches. I'm pretty sure I can submit it over the weekend. Thanks @evanheckert

kfields commented 7 months ago

Okay, here is the PR: #505

nrbnlulu commented 7 months ago

should be fixed in #504 please reopen this otherwise.