We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b6acd commit 6962326Copy full SHA for 6962326
CHANGELOG.md
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
### Added
11
12
### Changed
13
+- Updated package names in setup.py files to use underscores instead of periods for PEP 625 compliance
14
+ - Changed `stac_fastapi.opensearch` to `stac_fastapi_opensearch`
15
+ - Changed `stac_fastapi.elasticsearch` to `stac_fastapi_elasticsearch`
16
+ - Changed `stac_fastapi.core` to `stac_fastapi_core`
17
+ - Updated all related dependencies to use the new naming convention
18
19
### Fixed
20
0 commit comments