We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Another thought occurred to me: As we've dropped Python 3.6 support, we can also use dataclass rather than attrs.
dataclass
attrs
This will reduce aiosmtpd's dependency for sure.
The text was updated successfully, but these errors were encountered:
I have found that attrs's kw_only field specifier is widely used, and dataclass didn't begin to have the same feature until 3.10
kw_only
So... keep this dep for now?
Sorry, something went wrong.
That's probably fair enough. I don't actually even know attrs or dataclass that well, unfortunately.
No branches or pull requests
Another thought occurred to me: As we've dropped Python 3.6 support, we can also use
dataclass
rather thanattrs
.This will reduce aiosmtpd's dependency for sure.
The text was updated successfully, but these errors were encountered: