stac-fastapi-elasticsearch 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.
@@ -309,7 +309,6 @@ class DatabaseLogic(BaseDatabaseLogic):
309
309
  query_parts.append(search_dict["query"])
310
310
 
311
311
  except Exception as e:
312
- logger = logging.getLogger(__name__)
313
312
  logger.error(f"Error converting query to Elasticsearch: {e}")
314
313
  # If there's an error, add a query that matches nothing
315
314
  query_parts.append({"bool": {"must_not": {"match_all": {}}}})
@@ -381,7 +380,6 @@ class DatabaseLogic(BaseDatabaseLogic):
381
380
  try:
382
381
  matched = count_task.result().get("count")
383
382
  except Exception as e:
384
- logger = logging.getLogger(__name__)
385
383
  logger.error(f"Count task failed: {e}")
386
384
 
387
385
  return collections, next_token, matched
@@ -1,2 +1,2 @@
1
1
  """library version."""
2
- __version__ = "6.5.0"
2
+ __version__ = "6.5.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stac-fastapi-elasticsearch
3
- Version: 6.5.0
3
+ Version: 6.5.1
4
4
  Summary: An implementation of STAC API based on the FastAPI framework with both Elasticsearch and Opensearch.
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.0
19
- Requires-Dist: sfeos-helpers==6.5.0
18
+ Requires-Dist: stac-fastapi-core==6.5.1
19
+ Requires-Dist: sfeos-helpers==6.5.1
20
20
  Requires-Dist: elasticsearch[async]~=8.18.0
21
21
  Requires-Dist: uvicorn~=0.23.0
22
22
  Requires-Dist: starlette<0.36.0,>=0.35.0
@@ -0,0 +1,10 @@
1
+ stac_fastapi/elasticsearch/__init__.py,sha256=w_MZutYLreNV372sCuO46bPb0TngmPs4u8737ueS0wE,31
2
+ stac_fastapi/elasticsearch/app.py,sha256=024U5xvXmSWUJABS9SekbqqamhsNSpqPBII2NBWktz8,9979
3
+ stac_fastapi/elasticsearch/config.py,sha256=itvPYr4TiOg9pWQrycgGaQxQ_Vc2KKP3aHdtH0OUZvw,5322
4
+ stac_fastapi/elasticsearch/database_logic.py,sha256=eNPzK_dBhNJgAgqEpF3hHmqep_7_KGpLVEQA-jusEAY,70183
5
+ stac_fastapi/elasticsearch/version.py,sha256=FuGC3fKnAmD4Wk95swJ6qCVBs5mZiShrlRKuSH-voyE,45
6
+ stac_fastapi_elasticsearch-6.5.1.dist-info/METADATA,sha256=JFd5dRXZznzO6uqbUGS1wVL5YbkyNorypBCQ2T-KVA8,42084
7
+ stac_fastapi_elasticsearch-6.5.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
8
+ stac_fastapi_elasticsearch-6.5.1.dist-info/entry_points.txt,sha256=aCKixki0LpUl64UPsPMtiNvfdyq-QsTCxVjJ54VF6Jk,82
9
+ stac_fastapi_elasticsearch-6.5.1.dist-info/top_level.txt,sha256=vqn-D9-HsRPTTxy0Vk_KkDmTiMES4owwBQ3ydSZYb2s,13
10
+ stac_fastapi_elasticsearch-6.5.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- stac_fastapi/elasticsearch/__init__.py,sha256=w_MZutYLreNV372sCuO46bPb0TngmPs4u8737ueS0wE,31
2
- stac_fastapi/elasticsearch/app.py,sha256=024U5xvXmSWUJABS9SekbqqamhsNSpqPBII2NBWktz8,9979
3
- stac_fastapi/elasticsearch/config.py,sha256=itvPYr4TiOg9pWQrycgGaQxQ_Vc2KKP3aHdtH0OUZvw,5322
4
- stac_fastapi/elasticsearch/database_logic.py,sha256=5Ykh2jiliOAHMxjtWoMDwKO7UPKhqWpqhenO3-Yv9z8,70289
5
- stac_fastapi/elasticsearch/version.py,sha256=KQjuGSR03-CXgF6wsaZ8qsni161S2BjhOn3wTX8JAMw,45
6
- stac_fastapi_elasticsearch-6.5.0.dist-info/METADATA,sha256=1E1X98TZlUW3r4kM9DWX1GDHBa18IRLJX-dNzR-mp2I,42084
7
- stac_fastapi_elasticsearch-6.5.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
8
- stac_fastapi_elasticsearch-6.5.0.dist-info/entry_points.txt,sha256=aCKixki0LpUl64UPsPMtiNvfdyq-QsTCxVjJ54VF6Jk,82
9
- stac_fastapi_elasticsearch-6.5.0.dist-info/top_level.txt,sha256=vqn-D9-HsRPTTxy0Vk_KkDmTiMES4owwBQ3ydSZYb2s,13
10
- stac_fastapi_elasticsearch-6.5.0.dist-info/RECORD,,