pymmcore-plus / useq-schema

An implementation agnostic schema for describing a sequence of events during a multi-dimensional imaging acquisition.
https://pymmcore-plus.github.io/useq-schema/
BSD 3-Clause "New" or "Revised" License
15 stars 5 forks source link

build: drop support for pydantic 1 #167

Closed tlambert03 closed 3 months ago

tlambert03 commented 3 months ago

the primary reason to keep support for pydantic 1 was to play well with earlier versions of napari. napari now at least supports being in the same environment as pydantic2, so let's just expect it

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.27%. Comparing base (1657db7) to head (14d3612). Report is 9 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #167 +/- ## ========================================== + Coverage 98.28% 99.27% +0.99% ========================================== Files 14 14 Lines 874 830 -44 ========================================== - Hits 859 824 -35 + Misses 15 6 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.