bluesky/event-model

Move from pydantic version 1 to 2

evalott100 opened this issue · 1 comments

Pydantic increased version from 1 to 2 after the work on BaseModel typed dict conversion was already complete: #278

We should modify our BaseModels to be pydantic 2 compliant and see if there are any new pydantic 2 features we can make use of.

I did this in #294 and entirely forgot