Skip to content

Commit

Permalink
Merge branch 'develop' into fix-negative-processing-times
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann authored Nov 12, 2024
2 parents a9ab7b0 + beaa5dc commit c5133fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Resolve a regression introduced by the previous release (v8.0.0) in which a processing step could report a negative processing time if the underlying AWS Batch job had a failed attempt that did not include a `StartedAt` field. Fixes <https://github.com/ASFHyP3/hyp3/issues/2485>
- Upgrade from `flask==2.2.5` to `Flask==3.0.3`. Fixes a bug in which Dependabot was not tracking Flask upgrades because we specified the dependency name as lowercase.
- Upgrade from Flask v2.2.5 to v3.0.3. Fixes <https://github.com/ASFHyP3/hyp3/issues/2491>
- Specify our custom JSON encoder by subclassing `flask.json.provider.JSONProvider`. See <https://github.com/pallets/flask/pull/4692>

## [8.0.0]
Expand Down
3 changes: 1 addition & 2 deletions requirements-apps-api.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# TODO: verify that dependabot bumps to Flask 3.0.3 on Monday
Flask==3.0.2
flask==3.0.3
Flask-Cors==5.0.0
jsonschema==4.23.0
openapi-core==0.19.4
Expand Down

0 comments on commit c5133fa

Please sign in to comment.