-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove pydantic pinning #449
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #449 +/- ##
=======================================
Coverage 90.16% 90.16%
=======================================
Files 41 41
Lines 1708 1708
=======================================
Hits 1540 1540
Misses 168 168 ☔ View full report in Codecov by Sentry. |
I'm surprised it was as simple as just removing the pinning- the service still starts with our old-style BaseModels in Pydantic v2? Or are we picking up a Pydantic v1 pin from some other (dodal, ophyd-async?) dependency? |
Yeah, unsure if this is happy because it just works or lack of tests... |
should a test 'staging' deployment be used for this? |
@stan-dot I think it's fine if someone has the time to play around with a local dev version of the server. |
@callumforrester I can try this on a branch with the ViSR project is that ok? |
so it's dependent on GDA. rip I'm unassigning myself from this issue as it does not seem resolvable in the nearest future |
It's also pinned in ScanSpec, dodal and other places. We need to have a mass move over |
superceded by #564 |
No description provided.