Skip to content

Commit c73b02c

Browse files
bump asf-search to 9.0.4
1 parent 5a9966e commit c73b02c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3333
### Changed
3434
- Aria stack supports different output types
3535
- asf_search uses `SearchAPISession` by default for search queries
36+
- bump asf-search to v9.0.4
3637

3738
------
3839
## [1.0.4](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.3...v1.0.4)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ujson==5.7.0
2222
uvicorn==0.21.1
2323
watchfiles==0.19.0
2424

25-
asf_search==9.0.2
25+
asf_search==9.0.4
2626
python-json-logger==2.0.7
2727

2828
pyshp==2.1.3

src/SearchAPI/application/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async def query_baseline(searchOptions: BaselineSearchOptsModel = Depends(proces
107107
media_type='text/html; charset=utf-8',
108108
headers=constants.DEFAULT_HEADERS
109109
)
110-
return
110+
111111
stack = stack_aria_gunw(reference)
112112
response_info = as_output(stack, output=output)
113113
return Response(**response_info)

0 commit comments

Comments
 (0)