Skip to content

Commit 3d85ba6

Browse files
authored
Stac fastapi v3.0.0a1 (#265)
**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
1 parent 1b350a2 commit 3d85ba6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated stac-fastapi libraries to v3.0.0a1 [#265](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/265)
13+
1014
### Fixed
1115

1216
- API sort extension tests [#264](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/264)

stac_fastapi/core/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"attrs>=23.2.0",
1111
"pydantic[dotenv]",
1212
"stac_pydantic>=3",
13-
"stac-fastapi.types==3.0.0a",
14-
"stac-fastapi.api==3.0.0a",
15-
"stac-fastapi.extensions==3.0.0a",
13+
"stac-fastapi.types==3.0.0a1",
14+
"stac-fastapi.api==3.0.0a1",
15+
"stac-fastapi.extensions==3.0.0a1",
1616
"orjson",
1717
"overrides",
1818
"geojson-pydantic",

0 commit comments

Comments
 (0)