File tree Expand file tree Collapse file tree 12 files changed +807
-565
lines changed
clients/algoliasearch-client-python Expand file tree Collapse file tree 12 files changed +807
-565
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ classifiers = [
16
16
[tool .poetry .dependencies ]
17
17
python = " >= 3.8.1"
18
18
urllib3 = " >= 1.25.3"
19
- aiohttp = " >= 3.9.2 "
19
+ aiohttp = " >= 3.10.11 "
20
20
requests = " >=2.32.3"
21
21
python-dateutil = " >= 2.8.2"
22
22
async-timeout = " >= 4.0.3"
Original file line number Diff line number Diff line change @@ -2604,6 +2604,7 @@ components:
2604
2604
highlightResultMap :
2605
2605
type : object
2606
2606
description : Surround words that match the query with HTML tags for highlighting.
2607
+ x-is-free-form : false
2607
2608
additionalProperties :
2608
2609
x-additionalPropertiesName : attribute
2609
2610
$ref : ' #/components/schemas/highlightResult'
@@ -2634,6 +2635,7 @@ components:
2634
2635
snippetResultMap :
2635
2636
type : object
2636
2637
description : Snippets that show the context around a matching search query.
2638
+ x-is-free-form : false
2637
2639
additionalProperties :
2638
2640
x-additionalPropertiesName : attribute
2639
2641
$ref : ' #/components/schemas/snippetResult'
Original file line number Diff line number Diff line change @@ -2024,6 +2024,7 @@ components:
2024
2024
highlightResultMap :
2025
2025
type : object
2026
2026
description : Surround words that match the query with HTML tags for highlighting.
2027
+ x-is-free-form : false
2027
2028
additionalProperties :
2028
2029
x-additionalPropertiesName : attribute
2029
2030
$ref : ' #/components/schemas/highlightResult'
@@ -2054,6 +2055,7 @@ components:
2054
2055
snippetResultMap :
2055
2056
type : object
2056
2057
description : Snippets that show the context around a matching search query.
2058
+ x-is-free-form : false
2057
2059
additionalProperties :
2058
2060
x-additionalPropertiesName : attribute
2059
2061
$ref : ' #/components/schemas/snippetResult'
Original file line number Diff line number Diff line change @@ -1747,6 +1747,7 @@ components:
1747
1747
highlightResultMap :
1748
1748
type : object
1749
1749
description : Surround words that match the query with HTML tags for highlighting.
1750
+ x-is-free-form : false
1750
1751
additionalProperties :
1751
1752
x-additionalPropertiesName : attribute
1752
1753
$ref : ' #/components/schemas/highlightResult'
@@ -1777,6 +1778,7 @@ components:
1777
1778
snippetResultMap :
1778
1779
type : object
1779
1780
description : Snippets that show the context around a matching search query.
1781
+ x-is-free-form : false
1780
1782
additionalProperties :
1781
1783
x-additionalPropertiesName : attribute
1782
1784
$ref : ' #/components/schemas/snippetResult'
Original file line number Diff line number Diff line change @@ -5467,6 +5467,7 @@ components:
5467
5467
highlightResultMap :
5468
5468
type : object
5469
5469
description : Surround words that match the query with HTML tags for highlighting.
5470
+ x-is-free-form : false
5470
5471
additionalProperties :
5471
5472
x-additionalPropertiesName : attribute
5472
5473
$ref : ' #/components/schemas/highlightResult'
@@ -5497,6 +5498,7 @@ components:
5497
5498
snippetResultMap :
5498
5499
type : object
5499
5500
description : Snippets that show the context around a matching search query.
5501
+ x-is-free-form : false
5500
5502
additionalProperties :
5501
5503
x-additionalPropertiesName : attribute
5502
5504
$ref : ' #/components/schemas/snippetResult'
Original file line number Diff line number Diff line change @@ -3373,6 +3373,7 @@ components:
3373
3373
highlightResultMap :
3374
3374
type : object
3375
3375
description : Surround words that match the query with HTML tags for highlighting.
3376
+ x-is-free-form : false
3376
3377
additionalProperties :
3377
3378
x-additionalPropertiesName : attribute
3378
3379
$ref : ' #/components/schemas/highlightResult'
@@ -3403,6 +3404,7 @@ components:
3403
3404
snippetResultMap :
3404
3405
type : object
3405
3406
description : Snippets that show the context around a matching search query.
3407
+ x-is-free-form : false
3406
3408
additionalProperties :
3407
3409
x-additionalPropertiesName : attribute
3408
3410
$ref : ' #/components/schemas/snippetResult'
Original file line number Diff line number Diff line change @@ -18864,6 +18864,7 @@ components:
18864
18864
highlightResultMap:
18865
18865
type: object
18866
18866
description: Surround words that match the query with HTML tags for highlighting.
18867
+ x-is-free-form: false
18867
18868
additionalProperties:
18868
18869
x-additionalPropertiesName: attribute
18869
18870
$ref: '#/components/schemas/highlightResult'
@@ -18894,6 +18895,7 @@ components:
18894
18895
snippetResultMap:
18895
18896
type: object
18896
18897
description: Snippets that show the context around a matching search query.
18898
+ x-is-free-form: false
18897
18899
additionalProperties:
18898
18900
x-additionalPropertiesName: attribute
18899
18901
$ref: '#/components/schemas/snippetResult'
Original file line number Diff line number Diff line change @@ -5877,6 +5877,7 @@ components:
5877
5877
highlightResultMap :
5878
5878
type : object
5879
5879
description : Surround words that match the query with HTML tags for highlighting.
5880
+ x-is-free-form : false
5880
5881
additionalProperties :
5881
5882
x-additionalPropertiesName : attribute
5882
5883
$ref : ' #/components/schemas/highlightResult'
@@ -5907,6 +5908,7 @@ components:
5907
5908
snippetResultMap :
5908
5909
type : object
5909
5910
description : Snippets that show the context around a matching search query.
5911
+ x-is-free-form : false
5910
5912
additionalProperties :
5911
5913
x-additionalPropertiesName : attribute
5912
5914
$ref : ' #/components/schemas/snippetResult'
You can’t perform that action at this time.
0 commit comments