stac-fastapi-opensearch 6.5.0__py3-none-any.whl → 6.5.1__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/opensearch/database_logic.py +0 -2
- stac_fastapi/opensearch/version.py +1 -1
- {stac_fastapi_opensearch-6.5.0.dist-info → stac_fastapi_opensearch-6.5.1.dist-info}/METADATA +3 -3
- stac_fastapi_opensearch-6.5.1.dist-info/RECORD +10 -0
- stac_fastapi_opensearch-6.5.0.dist-info/RECORD +0 -10
- {stac_fastapi_opensearch-6.5.0.dist-info → stac_fastapi_opensearch-6.5.1.dist-info}/WHEEL +0 -0
- {stac_fastapi_opensearch-6.5.0.dist-info → stac_fastapi_opensearch-6.5.1.dist-info}/entry_points.txt +0 -0
- {stac_fastapi_opensearch-6.5.0.dist-info → stac_fastapi_opensearch-6.5.1.dist-info}/top_level.txt +0 -0
|
@@ -293,7 +293,6 @@ class DatabaseLogic(BaseDatabaseLogic):
|
|
|
293
293
|
query_parts.append(search_dict["query"])
|
|
294
294
|
|
|
295
295
|
except Exception as e:
|
|
296
|
-
logger = logging.getLogger(__name__)
|
|
297
296
|
logger.error(f"Error converting query to OpenSearch: {e}")
|
|
298
297
|
# If there's an error, add a query that matches nothing
|
|
299
298
|
query_parts.append({"bool": {"must_not": {"match_all": {}}}})
|
|
@@ -365,7 +364,6 @@ class DatabaseLogic(BaseDatabaseLogic):
|
|
|
365
364
|
try:
|
|
366
365
|
matched = count_task.result().get("count")
|
|
367
366
|
except Exception as e:
|
|
368
|
-
logger = logging.getLogger(__name__)
|
|
369
367
|
logger.error(f"Count task failed: {e}")
|
|
370
368
|
|
|
371
369
|
return collections, next_token, matched
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""library version."""
|
|
2
|
-
__version__ = "6.5.
|
|
2
|
+
__version__ = "6.5.1"
|
{stac_fastapi_opensearch-6.5.0.dist-info → stac_fastapi_opensearch-6.5.1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: stac-fastapi-opensearch
|
|
3
|
-
Version: 6.5.
|
|
3
|
+
Version: 6.5.1
|
|
4
4
|
Summary: Opensearch stac-fastapi backend.
|
|
5
5
|
Home-page: https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch
|
|
6
6
|
License: MIT
|
|
@@ -15,8 +15,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
15
15
|
Classifier: License :: OSI Approved :: MIT License
|
|
16
16
|
Requires-Python: >=3.9
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
|
-
Requires-Dist: stac-fastapi-core==6.5.
|
|
19
|
-
Requires-Dist: sfeos-helpers==6.5.
|
|
18
|
+
Requires-Dist: stac-fastapi-core==6.5.1
|
|
19
|
+
Requires-Dist: sfeos-helpers==6.5.1
|
|
20
20
|
Requires-Dist: opensearch-py~=2.8.0
|
|
21
21
|
Requires-Dist: opensearch-py[async]~=2.8.0
|
|
22
22
|
Requires-Dist: uvicorn~=0.23.0
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
stac_fastapi/opensearch/__init__.py,sha256=iJWMUgn7mUvmuPQSO_FlyhJ5eDdbbfmGv1qnFOX5-qk,28
|
|
2
|
+
stac_fastapi/opensearch/app.py,sha256=paRSzdkT3yxkegC3KEg98CA7PpNQ0C2LW0Mozb_LcP0,10025
|
|
3
|
+
stac_fastapi/opensearch/config.py,sha256=zGx4-4c5zEnu_Bh8Ra3SkIC83tluDiz-wKYQclRRDJA,5179
|
|
4
|
+
stac_fastapi/opensearch/database_logic.py,sha256=WzVor77OGJrMhBM-LSwUc5cKjKtlTEuxsuzS_OzfYv4,67817
|
|
5
|
+
stac_fastapi/opensearch/version.py,sha256=FuGC3fKnAmD4Wk95swJ6qCVBs5mZiShrlRKuSH-voyE,45
|
|
6
|
+
stac_fastapi_opensearch-6.5.1.dist-info/METADATA,sha256=i4JZbltYaOznnduQjNKH_PNqKcnzE7d_DITxqNHOuMQ,42048
|
|
7
|
+
stac_fastapi_opensearch-6.5.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
8
|
+
stac_fastapi_opensearch-6.5.1.dist-info/entry_points.txt,sha256=zjZ0Xsr9BUNJqMkdPpl6zEIUykv1uFdJtNELFRChp0w,76
|
|
9
|
+
stac_fastapi_opensearch-6.5.1.dist-info/top_level.txt,sha256=vqn-D9-HsRPTTxy0Vk_KkDmTiMES4owwBQ3ydSZYb2s,13
|
|
10
|
+
stac_fastapi_opensearch-6.5.1.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
stac_fastapi/opensearch/__init__.py,sha256=iJWMUgn7mUvmuPQSO_FlyhJ5eDdbbfmGv1qnFOX5-qk,28
|
|
2
|
-
stac_fastapi/opensearch/app.py,sha256=paRSzdkT3yxkegC3KEg98CA7PpNQ0C2LW0Mozb_LcP0,10025
|
|
3
|
-
stac_fastapi/opensearch/config.py,sha256=zGx4-4c5zEnu_Bh8Ra3SkIC83tluDiz-wKYQclRRDJA,5179
|
|
4
|
-
stac_fastapi/opensearch/database_logic.py,sha256=8R40AdapytllTsc9xxtoDuTYa5jubc388SxevSZnfy0,67923
|
|
5
|
-
stac_fastapi/opensearch/version.py,sha256=KQjuGSR03-CXgF6wsaZ8qsni161S2BjhOn3wTX8JAMw,45
|
|
6
|
-
stac_fastapi_opensearch-6.5.0.dist-info/METADATA,sha256=SM_fV6pr5zUPeK9u4GOhbjBkD4dmi08PWz3mZnAK3zk,42048
|
|
7
|
-
stac_fastapi_opensearch-6.5.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
8
|
-
stac_fastapi_opensearch-6.5.0.dist-info/entry_points.txt,sha256=zjZ0Xsr9BUNJqMkdPpl6zEIUykv1uFdJtNELFRChp0w,76
|
|
9
|
-
stac_fastapi_opensearch-6.5.0.dist-info/top_level.txt,sha256=vqn-D9-HsRPTTxy0Vk_KkDmTiMES4owwBQ3ydSZYb2s,13
|
|
10
|
-
stac_fastapi_opensearch-6.5.0.dist-info/RECORD,,
|
|
File without changes
|
{stac_fastapi_opensearch-6.5.0.dist-info → stac_fastapi_opensearch-6.5.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{stac_fastapi_opensearch-6.5.0.dist-info → stac_fastapi_opensearch-6.5.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|