Jonny Saunders
Jonny Saunders
pydanticgen actually does use the pydantic version in the environment by default: https://github.com/linkml/linkml/blob/bd989b3a8d7fd336532a35a4019fca8877e915d6/linkml/generators/pydanticgen/pydanticgen.py#L133 it's just the CLI that defaults to 1: https://github.com/linkml/linkml/blob/bd989b3a8d7fd336532a35a4019fca8877e915d6/linkml/generators/pydanticgen/pydanticgen.py#L726 but yeah pydantic 1 generation is marked for...
This probably needs to be updated, but before i do that can i get a nod if we would merge this? working on pydanticgen again and would really love to...
merged in main, would be nice if this could get merged before the generator drifts again :)
I have a whacky idea that might displease everyone. So since this is a matter of mapping a particular string pattern onto a python type (as far as the validators/etc....
oh sry wish i woulda seen this - i did this in https://github.com/linkml/linkml/pull/1927 edit: oh wait nevermind! i thought this was for just the parameter, which also wasn't working in...
so i'm trying to make the postinit behavior be identical across classes, and i'm curious - why does most of the validation behavior happen before the `super()` call? I would...
> many projects (especially the large/more mature ones) have their own taxonomy, labeling conventions, and issue templates. Oh shoot I wasnt clear enough - I meant this not as a...
Got a second to return to this, sorry for the delay. > Will this change any links to the docs? I didn't remove any pages, but any links that are...
Pinging :) I am navigating the docs now and wishing this was merged so thought id check in
lmk if you're interested in this, I'd be happy to draft a PR