Relative Content

Tag Archive for pythonpython-typingpydantic

Using Pydantic with typing.Protocol

I’m attempting to use typing protocols and pydantic together and am running into some issues. I expect probably my understanding of how to properly use the two of them together is lacking.