freemocap / skellycam

The camera back-end for the `freemocap` project - or - An easy and efficient way to connect to one or more cameras and record synchronized videos💀📸
GNU Affero General Public License v3.0
19 stars 5 forks source link

Pydantic 2 upgrade #57

Closed philipqueen closed 3 weeks ago

philipqueen commented 2 months ago

This Pr just ups the version identifier for pydantic in pyproject.toml from 1.* to 2.*. the bump-pydantic tool didn't find anything to change, and running skellycam with pydantic 2.7 seemed to work properly.

Extra Testing:

There are pydantic references in the timestamp plotting code, which doesn't run on mac. Someone with a windows or linux machine should run through a recording to make sure the plots still generate correctly.

jonmatthis commented 3 weeks ago

tested on Windows 11