-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Using typing.Annotated
#1275
Comments
There's no plans underway, no. The whole field seems also a bit in flux tbh but @Tinche might have opinions. |
We've just added another module to our code where the same combination of type hint + field definition is repeated all over the place, which again reminded me of how useful the |
Duplicate of #775 |
Hi @dlax, thanks for tagging! |
closing in favor of #775 |
Hi, I'm not sure if this has been already discussed in some other context (and please just close if this is a duplicate) but I was wondering if there is already some debate on whether or not it makes sense to also support using
typing.Annotated
for attrs. For example, I've seen that pydantic uses the mechanism to allow binding validation to types instead of attributes, which I think is a neat concept that allows reusing the same semantic meaning across different contexts/classes. And I've already had several situations in my code where such a mechanism would have been useful, e.g. when attributes of different classes should undergo the exact same conversion/validation logic.Are there any plans for this in attrs already?
The text was updated successfully, but these errors were encountered: