stac-fastapi-core 6.7.1__py3-none-any.whl → 6.7.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- stac_fastapi/core/core.py +1 -1
- stac_fastapi/core/version.py +1 -1
- {stac_fastapi_core-6.7.1.dist-info → stac_fastapi_core-6.7.2.dist-info}/METADATA +1 -1
- {stac_fastapi_core-6.7.1.dist-info → stac_fastapi_core-6.7.2.dist-info}/RECORD +5 -5
- {stac_fastapi_core-6.7.1.dist-info → stac_fastapi_core-6.7.2.dist-info}/WHEEL +0 -0
stac_fastapi/core/core.py
CHANGED
|
@@ -830,7 +830,7 @@ class CoreClient(AsyncBaseCoreClient):
|
|
|
830
830
|
search = await self.database.apply_cql2_filter(search, cql2_filter)
|
|
831
831
|
except Exception as e:
|
|
832
832
|
raise HTTPException(
|
|
833
|
-
status_code=400, detail=f"Error with
|
|
833
|
+
status_code=400, detail=f"Error with cql2 filter: {e}"
|
|
834
834
|
)
|
|
835
835
|
|
|
836
836
|
if hasattr(search_request, "q"):
|
stac_fastapi/core/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""library version."""
|
|
2
|
-
__version__ = "6.7.
|
|
2
|
+
__version__ = "6.7.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stac_fastapi_core
|
|
3
|
-
Version: 6.7.
|
|
3
|
+
Version: 6.7.2
|
|
4
4
|
Summary: Core library for the Elasticsearch and Opensearch stac-fastapi backends.
|
|
5
5
|
Project-URL: Homepage, https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch
|
|
6
6
|
License: MIT
|
|
@@ -2,7 +2,7 @@ stac_fastapi/core/__init__.py,sha256=8izV3IWRGdXmDOK1hIPQAanbWs9EI04PJCGgqG1ZGIs
|
|
|
2
2
|
stac_fastapi/core/base_database_logic.py,sha256=3_XJ_j06ogQHE-Tcjkv5Vye_zNDn9OEU9lNYU03am1k,4618
|
|
3
3
|
stac_fastapi/core/base_settings.py,sha256=R3_Sx7n5XpGMs3zAwFJD7y008WvGU_uI2xkaabm82Kg,239
|
|
4
4
|
stac_fastapi/core/basic_auth.py,sha256=RhFv3RVSHF6OaqnaaU2DO4ncJ_S5nB1q8UNpnVJJsrk,2155
|
|
5
|
-
stac_fastapi/core/core.py,sha256=
|
|
5
|
+
stac_fastapi/core/core.py,sha256=kI_DP5kxgTWHQ5Y1X7PbhjVMF86v9pt6p9kH_QcmifA,50382
|
|
6
6
|
stac_fastapi/core/datetime_utils.py,sha256=TrTgbU7AKNC-ic4a3HptfE5XAc9tHR7uJasZyhOuwnc,2633
|
|
7
7
|
stac_fastapi/core/rate_limit.py,sha256=Gu8dAaJReGsj1L91U6m2tflU6RahpXDRs2-AYSKoybA,1318
|
|
8
8
|
stac_fastapi/core/redis_utils.py,sha256=DRbvYWaBZA07d28PWeGOxZr_h6jH6F5cdcdr1ktr8YU,9251
|
|
@@ -10,7 +10,7 @@ stac_fastapi/core/route_dependencies.py,sha256=hdtuMkv-zY1vg0YxiCz1aKP0SbBcORqDG
|
|
|
10
10
|
stac_fastapi/core/serializers.py,sha256=ZW5hPgq-mftk6zxJeZGur-1Qxn7YGc3fJYFLsd-SYwM,7619
|
|
11
11
|
stac_fastapi/core/session.py,sha256=aXqu4LXfVbAAsChMVXd9gAhczA2bZPne6HqPeklAwMY,474
|
|
12
12
|
stac_fastapi/core/utilities.py,sha256=xXWO5oJCNDi7_C5jPYlHZD0B-DL-FN66eEUBUSW-cXw,7296
|
|
13
|
-
stac_fastapi/core/version.py,sha256=
|
|
13
|
+
stac_fastapi/core/version.py,sha256=H-rSs9N60FbjJQ3LVCd-stMghJbOR5tE16Afn_nnWVY,45
|
|
14
14
|
stac_fastapi/core/extensions/__init__.py,sha256=zSIAqou8jnakWPbkh4Ddcx1-oazZVBOs7U2PAakAdU0,291
|
|
15
15
|
stac_fastapi/core/extensions/aggregation.py,sha256=v1hUHqlYuMqfQ554g3cTp16pUyRYucQxPERbHPAFtf8,1878
|
|
16
16
|
stac_fastapi/core/extensions/collections_search.py,sha256=xpv51nffMq5a8grNSaLbv2IzeI5JH_pqcoWRbWhzn6Y,14406
|
|
@@ -20,6 +20,6 @@ stac_fastapi/core/extensions/query.py,sha256=Xmo8pfZEZKPudZEjjozv3R0wLOP0ayjC9E6
|
|
|
20
20
|
stac_fastapi/core/models/__init__.py,sha256=g-D1DiGfmC9Bg27DW9JzkN6fAvscv75wyhyiZ6NzvIk,48
|
|
21
21
|
stac_fastapi/core/models/links.py,sha256=0dWSEMt3aa7NCISlHwo11zLBeIV1LwXG3JGjrXC3dZI,6672
|
|
22
22
|
stac_fastapi/core/models/search.py,sha256=7SgAUyzHGXBXSqB4G6cwq9FMwoAS00momb7jvBkjyow,27
|
|
23
|
-
stac_fastapi_core-6.7.
|
|
24
|
-
stac_fastapi_core-6.7.
|
|
25
|
-
stac_fastapi_core-6.7.
|
|
23
|
+
stac_fastapi_core-6.7.2.dist-info/METADATA,sha256=2NmMCjA9Pw9CmOVi08Gy2ZEYwDMuud9z4cN8aYhQd2c,3494
|
|
24
|
+
stac_fastapi_core-6.7.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
25
|
+
stac_fastapi_core-6.7.2.dist-info/RECORD,,
|
|
File without changes
|