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

Allow requests to respect the environment #669

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

gadomski
Copy link
Member

@gadomski gadomski commented Apr 17, 2024

Related Issue(s):

Description:

When reviewing #665, it felt like we shoud use requests environment lookup logic instead of duplicating it in pystac-client. This PR implements that.

This PR sort of suggests that we should expose more attributes on the StacApiIO (e.g. verify) to further configure behavior, but that can be done in a follow-on PR if we want.

PR Checklist:

  • Code is formatted
  • Tests pass
  • Changes are added to the CHANGELOG

@gadomski gadomski requested a review from jsignell April 17, 2024 13:23
@gadomski gadomski self-assigned this Apr 17, 2024
@gadomski gadomski merged commit 0347651 into main Apr 19, 2024
18 checks passed
@gadomski gadomski deleted the issues/664-merge-request-params branch April 19, 2024 12:13
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.

Respect REQUESTS_CA_BUNDLE environment variable
2 participants