-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop rewriting class names #53
Conversation
This is because the
If you go with the second option, any user that is depending on If you're going with the first option, then you should also use Honestly, I'm not sure which way to go. The first option is annoying because you can't use the modern type hinting syntax. Also, while I need it because |
Oof this is extremely obnoxious. I'm afraid I'm going with option 2 for now, because rewriting all type hints would be a major undertaking I just don't have the energy for now. 😳 |
I hope this won't stop you from writing that litestar integration – I find that very exciting. :| |
I think this is completely fine. If you're willing, I'm happy to raise a PR for rewriting the type hints, but if that's something you don't wanna do right now I completely understand. |
Nope :) I should be able to find a way around it and make the necessary changes in |
Cool, keep me posted if you need anything! |
Fixes #52
Um any idea why this is failing so weirdly on 3.8 and 3.9 @guacs?
Is this something I can do something about or can I gate it behind a version check?