Replies: 1 comment 6 replies
-
We should probably just use dataclasses wherever we are arbitrarily using models in examples. As you know, pydantic was once a core dependency and these examples made more sense under those conditions. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When reading the docs, I frequently encounter references to pydantic. If I understand it correctly, it's been replaced with msgspec (thank you for this, BTW!)
What's not clear is that the references in the docs can be understood with replace-all to "msgspec" or some are pydantic specific, and only work if pydantic is installed as an optional dependency?
For example https://docs.litestar.dev/latest/usage/routing/parameters.html has 11 occurances of "pydantic", but other docs pages also have about 3-4 on average.
Beta Was this translation helpful? Give feedback.
All reactions