Skip to content

Commit

Permalink
update to stac-fastapi.core v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed May 4, 2024
1 parent 08dfb16 commit 5a345a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 116 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

- Moved core basic auth logic to stac-fastapi.core.


## [v3.1.0]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
desc = f.read()

install_requires = [
"stac-fastapi.core==2.3.0",
"stac-fastapi.core==2.4.0",
"motor==3.3.2",
"pymongo==4.6.2",
"uvicorn",
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/mongo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TokenPaginationExtension,
TransactionExtension,
)
from stac_fastapi.mongo.basic_auth import apply_basic_auth
from stac_fastapi.core.basic_auth import apply_basic_auth

# from stac_fastapi.extensions.third_party import BulkTransactionExtension
from stac_fastapi.mongo.config import AsyncMongoDBSettings
Expand Down
114 changes: 0 additions & 114 deletions stac_fastapi/mongo/basic_auth.py

This file was deleted.

0 comments on commit 5a345a2

Please sign in to comment.