fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
258 stars 41 forks source link

maint(dev): update pydantic to v2.0.x #307

Closed gnikit closed 6 months ago

gnikit commented 1 year ago

pydantic released v2.0 a few days ago introducing breaking changes. Specifically, calling Field() will not work anymore since the annotation returned is set to NoneType.

Potential solutions: