stac-fastapi-opensearch 6.7.4__py3-none-any.whl → 6.7.6__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.
@@ -1,2 +1,2 @@
1
1
  """library version."""
2
- __version__ = "6.7.4"
2
+ __version__ = "6.7.6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stac_fastapi_opensearch
3
- Version: 6.7.4
3
+ Version: 6.7.6
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
@@ -9,17 +9,15 @@ Classifier: Intended Audience :: Developers
9
9
  Classifier: Intended Audience :: Information Technology
10
10
  Classifier: Intended Audience :: Science/Research
11
11
  Classifier: License :: OSI Approved :: MIT License
12
- Classifier: Programming Language :: Python :: 3.9
13
- Classifier: Programming Language :: Python :: 3.10
14
12
  Classifier: Programming Language :: Python :: 3.11
15
13
  Classifier: Programming Language :: Python :: 3.12
16
14
  Classifier: Programming Language :: Python :: 3.13
17
15
  Classifier: Programming Language :: Python :: 3.14
18
- Requires-Python: >=3.9
16
+ Requires-Python: >=3.11
19
17
  Requires-Dist: opensearch-py[async]~=2.8.0
20
18
  Requires-Dist: opensearch-py~=2.8.0
21
- Requires-Dist: sfeos-helpers==6.7.4
22
- Requires-Dist: stac-fastapi-core==6.7.4
19
+ Requires-Dist: sfeos-helpers==6.7.6
20
+ Requires-Dist: stac-fastapi-core==6.7.6
23
21
  Requires-Dist: starlette<0.36.0,>=0.35.0
24
22
  Requires-Dist: uvicorn~=0.23.0
25
23
  Provides-Extra: dev
@@ -29,10 +27,15 @@ Requires-Dist: pre-commit~=3.0.0; extra == 'dev'
29
27
  Requires-Dist: pytest-asyncio~=0.21.0; extra == 'dev'
30
28
  Requires-Dist: pytest-cov~=4.0.0; extra == 'dev'
31
29
  Requires-Dist: pytest~=8.0; extra == 'dev'
30
+ Requires-Dist: redis~=6.4.0; extra == 'dev'
31
+ Requires-Dist: retry~=0.9.2; extra == 'dev'
32
+ Requires-Dist: stac-fastapi-core[redis]==6.7.6; extra == 'dev'
32
33
  Provides-Extra: docs
33
34
  Requires-Dist: mkdocs-material~=9.0.0; extra == 'docs'
34
35
  Requires-Dist: mkdocs~=1.4.0; extra == 'docs'
35
36
  Requires-Dist: pdocs~=1.2.0; extra == 'docs'
37
+ Provides-Extra: redis
38
+ Requires-Dist: stac-fastapi-core[redis]==6.7.6; extra == 'redis'
36
39
  Provides-Extra: server
37
40
  Requires-Dist: uvicorn[standard]~=0.23.0; extra == 'server'
38
41
  Description-Content-Type: text/markdown
@@ -2,8 +2,8 @@ stac_fastapi/opensearch/__init__.py,sha256=iJWMUgn7mUvmuPQSO_FlyhJ5eDdbbfmGv1qnF
2
2
  stac_fastapi/opensearch/app.py,sha256=paRSzdkT3yxkegC3KEg98CA7PpNQ0C2LW0Mozb_LcP0,10025
3
3
  stac_fastapi/opensearch/config.py,sha256=zGx4-4c5zEnu_Bh8Ra3SkIC83tluDiz-wKYQclRRDJA,5179
4
4
  stac_fastapi/opensearch/database_logic.py,sha256=JfqoMWl1K-d8QTmNi5MFp3ewZWU-q2AXyAHynrFKEKw,66932
5
- stac_fastapi/opensearch/version.py,sha256=Ao9na2IeAbio6N4Di9fhrhw069xIK8K8gKIrHf29u_Q,45
6
- stac_fastapi_opensearch-6.7.4.dist-info/METADATA,sha256=NqJL6p00XckWA2yJfJCUEmU-NlVy6LcL0oAr7YOHqw4,3855
7
- stac_fastapi_opensearch-6.7.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- stac_fastapi_opensearch-6.7.4.dist-info/entry_points.txt,sha256=zjZ0Xsr9BUNJqMkdPpl6zEIUykv1uFdJtNELFRChp0w,76
9
- stac_fastapi_opensearch-6.7.4.dist-info/RECORD,,
5
+ stac_fastapi/opensearch/version.py,sha256=orOSypjxHuXOJkA8sMlrI-LUPRWXarswpIi-wr5CKPo,45
6
+ stac_fastapi_opensearch-6.7.6.dist-info/METADATA,sha256=WR-u-3EotbnPAz8WGrGxfJjYKssmWpk5wwb1gF1lL18,3993
7
+ stac_fastapi_opensearch-6.7.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
8
+ stac_fastapi_opensearch-6.7.6.dist-info/entry_points.txt,sha256=zjZ0Xsr9BUNJqMkdPpl6zEIUykv1uFdJtNELFRChp0w,76
9
+ stac_fastapi_opensearch-6.7.6.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any