You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you help me with this? Also, I
would like to see more in mypy-extras. I'll try to understand how you are generating this utils like AttrOf and would love to contribute to python's type system to reach it to the level of typescript & type-fest.
Big Thanks ❤️
The text was updated successfully, but these errors were encountered:
Hi @sobolevn 👋🏻
I'm glad that I found this lib. I'm fan of TypeScript's and the type-fest lib.
I was really looking for something like type-fest in python ecosystem which allows addition type helpers until python gets more mature in types.
I use FastAPI and most of the time I want to create partial model of existing model.
For smaller model it's fine but for larger model it can lead to errors. So I was trying to use
AttrOf
like this:I don't know why second usage throws error 🤔
Also example given in the docs throws error for me as well
I also tried another way of using AttrOf which I really wanted but still it throws error:
Full Snippet
Can you help me with this? Also, I
would like to see more in mypy-extras. I'll try to understand how you are generating this utils like
AttrOf
and would love to contribute to python's type system to reach it to the level of typescript & type-fest.Big Thanks ❤️
The text was updated successfully, but these errors were encountered: