-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
At:
except (self._client.RequestTimeoutError, self._client.RequestError, self._client.ClientError): |
The self._client.RequestError and self._client.ClientError uses the implementation of bluesky-queueserver-api before v0.0.9. According to the release history the v0.0.9:
- Renamed the exception RequestError to HTTPRequestError.
- Renamed the exception ClientError to HTTPClientError.
I did not find any constraint of bluesky-queueserver-api version at the requirements, should this be updated to make it compatible with newer releases?
Metadata
Metadata
Assignees
Labels
No labels