Skip to content
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

Bluesky Queueserver API compatibility #198

Open
Igort4 opened this issue Nov 18, 2024 · 0 comments
Open

Bluesky Queueserver API compatibility #198

Igort4 opened this issue Nov 18, 2024 · 0 comments

Comments

@Igort4
Copy link

Igort4 commented Nov 18, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant