stac-fastapi-opensearch 6.8.1__py3-none-any.whl → 6.9.0__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.
@@ -243,7 +243,7 @@ items_get_request_model = create_request_model(
243
243
  app_config = {
244
244
  "title": os.getenv("STAC_FASTAPI_TITLE", "stac-fastapi-opensearch"),
245
245
  "description": os.getenv("STAC_FASTAPI_DESCRIPTION", "stac-fastapi-opensearch"),
246
- "api_version": os.getenv("STAC_FASTAPI_VERSION", "6.8.1"),
246
+ "api_version": os.getenv("STAC_FASTAPI_VERSION", "6.9.0"),
247
247
  "settings": settings,
248
248
  "extensions": extensions,
249
249
  "client": CoreClient(
@@ -1,2 +1,2 @@
1
1
  """library version."""
2
- __version__ = "6.8.1"
2
+ __version__ = "6.9.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stac_fastapi_opensearch
3
- Version: 6.8.1
3
+ Version: 6.9.0
4
4
  Summary: An implementation of STAC API based on the FastAPI framework with Opensearch.
5
5
  Project-URL: Homepage, https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch
6
6
  License: MIT
@@ -16,8 +16,8 @@ Classifier: Programming Language :: Python :: 3.14
16
16
  Requires-Python: >=3.11
17
17
  Requires-Dist: opensearch-py[async]~=2.8.0
18
18
  Requires-Dist: opensearch-py~=2.8.0
19
- Requires-Dist: sfeos-helpers==6.8.1
20
- Requires-Dist: stac-fastapi-core==6.8.1
19
+ Requires-Dist: sfeos-helpers==6.9.0
20
+ Requires-Dist: stac-fastapi-core==6.9.0
21
21
  Requires-Dist: starlette<0.36.0,>=0.35.0
22
22
  Requires-Dist: uvicorn~=0.23.0
23
23
  Provides-Extra: dev
@@ -29,13 +29,13 @@ Requires-Dist: pytest-cov~=4.0.0; extra == 'dev'
29
29
  Requires-Dist: pytest~=8.0; extra == 'dev'
30
30
  Requires-Dist: redis~=6.4.0; extra == 'dev'
31
31
  Requires-Dist: retry~=0.9.2; extra == 'dev'
32
- Requires-Dist: stac-fastapi-core[redis]==6.8.1; extra == 'dev'
32
+ Requires-Dist: stac-fastapi-core[redis]==6.9.0; extra == 'dev'
33
33
  Provides-Extra: docs
34
34
  Requires-Dist: mkdocs-material~=9.0.0; extra == 'docs'
35
35
  Requires-Dist: mkdocs~=1.4.0; extra == 'docs'
36
36
  Requires-Dist: pdocs~=1.2.0; extra == 'docs'
37
37
  Provides-Extra: redis
38
- Requires-Dist: stac-fastapi-core[redis]==6.8.1; extra == 'redis'
38
+ Requires-Dist: stac-fastapi-core[redis]==6.9.0; extra == 'redis'
39
39
  Provides-Extra: server
40
40
  Requires-Dist: uvicorn[standard]~=0.23.0; extra == 'server'
41
41
  Description-Content-Type: text/markdown
@@ -0,0 +1,9 @@
1
+ stac_fastapi/opensearch/__init__.py,sha256=iJWMUgn7mUvmuPQSO_FlyhJ5eDdbbfmGv1qnFOX5-qk,28
2
+ stac_fastapi/opensearch/app.py,sha256=rm5O1iTymVwzQSsHIfP8mZBra8mANeMRojKLou7wXVo,10763
3
+ stac_fastapi/opensearch/config.py,sha256=yICEk31TydUoogsi6q1TOJHMNOHxHQBneZE9hm7UW7U,5184
4
+ stac_fastapi/opensearch/database_logic.py,sha256=882ubxKjwBkI7qLMFgDdm8bNSoFAm3N2ZCHsKMEMbhs,74441
5
+ stac_fastapi/opensearch/version.py,sha256=Zec8murh7xqMR7l6fB74XJcq2QdyNqRgOdhLMwBYPAI,45
6
+ stac_fastapi_opensearch-6.9.0.dist-info/METADATA,sha256=spuY6OzXt0Roz-GjuJapqe0-G5gF0lIfDWtM1OjDSEU,3993
7
+ stac_fastapi_opensearch-6.9.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
8
+ stac_fastapi_opensearch-6.9.0.dist-info/entry_points.txt,sha256=zjZ0Xsr9BUNJqMkdPpl6zEIUykv1uFdJtNELFRChp0w,76
9
+ stac_fastapi_opensearch-6.9.0.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- stac_fastapi/opensearch/__init__.py,sha256=iJWMUgn7mUvmuPQSO_FlyhJ5eDdbbfmGv1qnFOX5-qk,28
2
- stac_fastapi/opensearch/app.py,sha256=eeo4aZVlZkB2mpBQ-sR6W8V_C8q31pwFSG_9KQRW0a4,10763
3
- stac_fastapi/opensearch/config.py,sha256=yICEk31TydUoogsi6q1TOJHMNOHxHQBneZE9hm7UW7U,5184
4
- stac_fastapi/opensearch/database_logic.py,sha256=882ubxKjwBkI7qLMFgDdm8bNSoFAm3N2ZCHsKMEMbhs,74441
5
- stac_fastapi/opensearch/version.py,sha256=mmv17WIhpgYJwiq4ovHUKIHbPTRN4ViHSjE63rArov0,45
6
- stac_fastapi_opensearch-6.8.1.dist-info/METADATA,sha256=dy3dXtog-vboVGpAMHgqseF4iT0AVURbbfdyfqEAbv4,3993
7
- stac_fastapi_opensearch-6.8.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
8
- stac_fastapi_opensearch-6.8.1.dist-info/entry_points.txt,sha256=zjZ0Xsr9BUNJqMkdPpl6zEIUykv1uFdJtNELFRChp0w,76
9
- stac_fastapi_opensearch-6.8.1.dist-info/RECORD,,