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

Fix stac retries #75

Merged
merged 2 commits into from
Aug 19, 2023
Merged

Conversation

rubenbaer
Copy link
Contributor

The current STAC retry code misses to mount the HTTPAdapter for the https protocol.

STAC API calls generally use `https` and thus the `HTTPAdapater` must be
registed for that protocol.
Issue `stac-utils/pystac-client#520 is closed. But can not yet be used
with currently supported python version. Added reminder for future versions.
Copy link
Collaborator

@lukasValentin lukasValentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rubenbaer for spotting this.

@lukasValentin
Copy link
Collaborator

It will be integrated into release 0.2.2 which should become available today.

@lukasValentin lukasValentin added this to the v0.2.2 milestone Aug 19, 2023
@lukasValentin lukasValentin merged commit 4d378f3 into EOA-team:master Aug 19, 2023
1 of 5 checks passed
@rubenbaer rubenbaer deleted the fix-stac-retries branch August 20, 2023 13:49
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

Successfully merging this pull request may close these issues.

2 participants