Note on pydantic
This release relaxes the pydantic<2 requirement. The runtime library makes minimal use of pydantic (only for type checking / `.dict()` in the dumpers), and works with both v1 and v2.
Note that pydantic generated by gen-pydantic in linkmk still generates v1-only code, but that is a separate concern, the generated pydantic does not depend on linkml-runtime
What's Changed
* Relax pydantic requirement by caufieldjh in https://github.com/linkml/linkml-runtime/pull/272
New Contributors
* caufieldjh made their first contribution in https://github.com/linkml/linkml-runtime/pull/272
**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.5.5...v1.5.6