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

Add requests to requirements.txt. #18

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

owenlittlejohns
Copy link
Member

Description

This PR addresses an issue that @eni-awowale found. We explicitly call the requests package in the UMM-Var and CMR related work added in PI 23.4, but we only have that available as a dependency of another package. To fix that, I've added requests explicitly to our requirements.txt. Thanks, @eni-awowale, for finding this!

I'm not sure what people thing about cutting a release, as it's kind of a no-op change?

Jira Issue ID

N/A

Local Test Steps

  • Pull this branch.
  • Create a new empty Python environment (no installed packages).
  • Run make install && make test. The tests should pass.

PR Acceptance Checklist

  • Jira ticket acceptance criteria met.
  • CHANGELOG.md updated to include high level summary of PR changes.
  • VERSION updated if publishing a release. Thoughts on this?
  • Tests added/updated and passing.
  • Documentation updated (if needed).

Copy link
Member

@flamingbear flamingbear left a comment

Choose a reason for hiding this comment

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

Looks right, tests pass. I would not release this as a new version.

Copy link
Collaborator

@eni-awowale eni-awowale left a comment

Choose a reason for hiding this comment

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

Looks good! I don't think we need publish a release either. Looks like there are some Snyk issues because of conflicting files?

@owenlittlejohns owenlittlejohns merged commit dc0cc5f into main Feb 21, 2024
5 checks passed
@owenlittlejohns owenlittlejohns deleted the update-requirements branch February 21, 2024 20:01
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.

3 participants