Skip to content

Commit

Permalink
Stac fastapi v3.0.0a1 (#265)
Browse files Browse the repository at this point in the history
**Related Issue(s):**

- #

**Description:**


**PR Checklist:**

- [ ] Code is formatted and linted (run `pre-commit run --all-files`)
- [ ] Tests pass (run `make test`)
- [ ] Documentation has been updated to reflect changes, if applicable
- [ ] Changes are added to the changelog
  • Loading branch information
jonhealy1 authored May 30, 2024
1 parent 1b350a2 commit 3d85ba6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Updated stac-fastapi libraries to v3.0.0a1 [#265](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/265)

### Fixed

- API sort extension tests [#264](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/264)
Expand Down
6 changes: 3 additions & 3 deletions stac_fastapi/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"attrs>=23.2.0",
"pydantic[dotenv]",
"stac_pydantic>=3",
"stac-fastapi.types==3.0.0a",
"stac-fastapi.api==3.0.0a",
"stac-fastapi.extensions==3.0.0a",
"stac-fastapi.types==3.0.0a1",
"stac-fastapi.api==3.0.0a1",
"stac-fastapi.extensions==3.0.0a1",
"orjson",
"overrides",
"geojson-pydantic",
Expand Down

0 comments on commit 3d85ba6

Please sign in to comment.