colmena icon indicating copy to clipboard operation
colmena copied to clipboard

Support for Pydantic2

Open Andrew-S-Rosen opened this issue 1 year ago • 1 comments

I saw that Pydantic is pinned to < 2. It'd be good to eventually add support for Pydantic 2. I don't think this should be particularly hard, seeing as the only instance of calling pydantic is in the models module.

Note: I'm not asking you to do this :) just making a note. I might tackle it when a get a spare moment! Most of my software stack is now set to pydantic >= 2.

Andrew-S-Rosen avatar Nov 14 '23 00:11 Andrew-S-Rosen

Thanks for pointing this out! I haven't learned Pydantic v2 yet and haven't encountered an environment problem due to pinning, but know it is coming 😬

WardLT avatar Nov 21 '23 13:11 WardLT