stac-fastapi-opensearch 6.7.5__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.5"
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.5
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
@@ -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.7.5
20
- Requires-Dist: stac-fastapi-core==6.7.5
19
+ Requires-Dist: sfeos-helpers==6.7.6
20
+ Requires-Dist: stac-fastapi-core==6.7.6
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.7.5; extra == 'dev'
32
+ Requires-Dist: stac-fastapi-core[redis]==6.7.6; 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.7.5; extra == 'redis'
38
+ Requires-Dist: stac-fastapi-core[redis]==6.7.6; 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
@@ -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=WRUWk2u8pozjztw-4p6a3fAkitIN0nGhe4tLZ6P6xUk,45
6
- stac_fastapi_opensearch-6.7.5.dist-info/METADATA,sha256=7fHA33Es17R_Ry24eBDe6QRlyIzPlPuuG_kItUJD5X0,3993
7
- stac_fastapi_opensearch-6.7.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- stac_fastapi_opensearch-6.7.5.dist-info/entry_points.txt,sha256=zjZ0Xsr9BUNJqMkdPpl6zEIUykv1uFdJtNELFRChp0w,76
9
- stac_fastapi_opensearch-6.7.5.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