Skip to content

Commit

Permalink
Merge pull request #2271 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release 7.2.1
  • Loading branch information
asjohnston-asf authored May 10, 2024
2 parents ae66ae1 + ecb69fa commit 8bcc005
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.2.1]

### Fixed
- Added missing `requests` dependency to lib/dyanmo/setup.py. Fixes [#2269](https://github.com/ASFHyP3/hyp3/issues/2269).

## [7.2.0]

This release includes changes to support an upcoming user whitelisting feature. A new user will be required to apply for HyP3 access and will not be able to submit jobs until an operator has manually reviewed and approved the application. As of this release, all new and existing users are automatically approved without being required to submit an application, but this will change in the near future.
Expand Down
1 change: 1 addition & 0 deletions lib/dynamo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
install_requires=[
'boto3',
'python-dateutil',
'requests',
],
python_requires='~=3.9',

Expand Down

0 comments on commit 8bcc005

Please sign in to comment.