bluesky / bluesky-queueserver

Server for queueing plans
https://blueskyproject.io/bluesky-queueserver/
BSD 3-Clause "New" or "Revised" License
11 stars 20 forks source link

remove vendored protocols #257

Closed untzag closed 1 year ago

untzag commented 1 year ago

Description

Remove vendored protocols, instead relying on protocols module within bluesky.

Pinned to bluesky>=1.7.0, which is now more than one year old.

Motivation and Context

This change was always intended, now it can be completed since protocols are now mature and widely distributed.

The protocols within queueserver were diverging from the correct protocols within bluesky.

Summary of Changes for Release Notes

Changed

Removed

How Has This Been Tested?

Any problems should be caught by existing tests.