sfeos-helpers 6.7.2__py3-none-any.whl → 6.7.4__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sfeos_helpers
3
- Version: 6.7.2
3
+ Version: 6.7.4
4
4
  Summary: Helper library for the Elasticsearch and Opensearch stac-fastapi backends.
5
5
  Project-URL: Homepage, https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch
6
6
  License: MIT
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.12
16
16
  Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Programming Language :: Python :: 3.14
18
18
  Requires-Python: >=3.9
19
- Requires-Dist: stac-fastapi-core==6.7.2
19
+ Requires-Dist: stac-fastapi-core==6.7.4
20
20
  Description-Content-Type: text/markdown
21
21
 
22
22
  # sfeos-helpers
@@ -1,5 +1,5 @@
1
1
  stac_fastapi/sfeos_helpers/mappings.py,sha256=IqYd0tQUG-FnWVg6Fp1MU9audntF_-pMGm-BUTGbZMM,8596
2
- stac_fastapi/sfeos_helpers/version.py,sha256=H-rSs9N60FbjJQ3LVCd-stMghJbOR5tE16Afn_nnWVY,45
2
+ stac_fastapi/sfeos_helpers/version.py,sha256=Ao9na2IeAbio6N4Di9fhrhw069xIK8K8gKIrHf29u_Q,45
3
3
  stac_fastapi/sfeos_helpers/aggregation/README.md,sha256=SDlvCOpKyaJrlJvx84T2RzCnGALe_PK51zNeo3RP9ac,2122
4
4
  stac_fastapi/sfeos_helpers/aggregation/__init__.py,sha256=Mym17lFh90by1GnoQgMyIKAqRNJnvCgVSXDYzjBiPQk,1210
5
5
  stac_fastapi/sfeos_helpers/aggregation/client.py,sha256=PPUk0kAZnms46FlLGrR5w8wa52vG-dT6BG37896R5CY,17939
@@ -29,6 +29,6 @@ stac_fastapi/sfeos_helpers/search_engine/selection/base.py,sha256=106c4FK50cgMmT
29
29
  stac_fastapi/sfeos_helpers/search_engine/selection/cache_manager.py,sha256=5yrgf9JA4mgRNMPDKih6xySF8mD724lEWnXhWud7m2c,4039
30
30
  stac_fastapi/sfeos_helpers/search_engine/selection/factory.py,sha256=vbgNVCUW2lviePqzpgsPLxp6IEqcX3GHiahqN2oVObA,1305
31
31
  stac_fastapi/sfeos_helpers/search_engine/selection/selectors.py,sha256=q83nfCfNfLUqtkHpORwNHNRU9Pa-heeaDIPO0RlHb-8,4779
32
- sfeos_helpers-6.7.2.dist-info/METADATA,sha256=WZaViq6RdY19yJ75aB6DTX1FnccC2Dera1h_Uj-GEtA,3214
33
- sfeos_helpers-6.7.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
- sfeos_helpers-6.7.2.dist-info/RECORD,,
32
+ sfeos_helpers-6.7.4.dist-info/METADATA,sha256=lrYIM2qo_PLphU9WdCAeWsWfetifWGpX_RlPgn1vf7I,3214
33
+ sfeos_helpers-6.7.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
+ sfeos_helpers-6.7.4.dist-info/RECORD,,
@@ -1,2 +1,2 @@
1
1
  """library version."""
2
- __version__ = "6.7.2"
2
+ __version__ = "6.7.4"