Skip to content

Commit 855b0dd

Browse files
authored
Merge branch 'main' into fix/all-html-error
2 parents 90410ef + 14989b8 commit 855b0dd

File tree

39 files changed

+879
-635
lines changed

39 files changed

+879
-635
lines changed

clients/algoliasearch-client-python/poetry.lock

Lines changed: 302 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
[tool.poetry.dependencies]
1717
python = ">= 3.8.1"
1818
urllib3 = ">= 1.25.3"
19-
aiohttp = ">= 3.9.2"
19+
aiohttp = ">= 3.10.11"
2020
requests = ">=2.32.3"
2121
python-dateutil = ">= 2.8.2"
2222
async-timeout = ">= 4.0.3"

clients/algoliasearch-client-python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ packages = find:
3737
install_requires =
3838
urllib3>=1.25.3,<2.0
3939
requests>=2.32.3,3.0
40-
aiohttp>=3.9.2,<4.0
40+
aiohttp>=3.10.11,<4.0
4141
python-dateutil>=2.8.2,<3.0
4242
pydantic>=2,3.0
4343
typing-extensions>=4.7.1,<5.0

docs/guides/python/poetry.lock

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/snippets/python/poetry.lock

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generators/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
compileOnly 'org.openapitools:openapi-generator:7.8.0'
14+
compileOnly 'org.openapitools:openapi-generator:7.10.0'
1515
}
1616

1717
tasks.withType(JavaCompile) {

scripts/pre-gen/generateOpenapitools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function generateOpenapitools(
4343
JSON.stringify(
4444
{
4545
'generator-cli': {
46-
version: '7.8.0',
46+
version: '7.10.0',
4747
generators,
4848
},
4949
},

specs/bundled/algoliasearch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,6 +2604,7 @@ components:
26042604
highlightResultMap:
26052605
type: object
26062606
description: Surround words that match the query with HTML tags for highlighting.
2607+
x-is-free-form: false
26072608
additionalProperties:
26082609
x-additionalPropertiesName: attribute
26092610
$ref: '#/components/schemas/highlightResult'
@@ -2634,6 +2635,7 @@ components:
26342635
snippetResultMap:
26352636
type: object
26362637
description: Snippets that show the context around a matching search query.
2638+
x-is-free-form: false
26372639
additionalProperties:
26382640
x-additionalPropertiesName: attribute
26392641
$ref: '#/components/schemas/snippetResult'

specs/bundled/composition.doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,6 +2024,7 @@ components:
20242024
highlightResultMap:
20252025
type: object
20262026
description: Surround words that match the query with HTML tags for highlighting.
2027+
x-is-free-form: false
20272028
additionalProperties:
20282029
x-additionalPropertiesName: attribute
20292030
$ref: '#/components/schemas/highlightResult'
@@ -2054,6 +2055,7 @@ components:
20542055
snippetResultMap:
20552056
type: object
20562057
description: Snippets that show the context around a matching search query.
2058+
x-is-free-form: false
20572059
additionalProperties:
20582060
x-additionalPropertiesName: attribute
20592061
$ref: '#/components/schemas/snippetResult'

specs/bundled/composition.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,6 +1747,7 @@ components:
17471747
highlightResultMap:
17481748
type: object
17491749
description: Surround words that match the query with HTML tags for highlighting.
1750+
x-is-free-form: false
17501751
additionalProperties:
17511752
x-additionalPropertiesName: attribute
17521753
$ref: '#/components/schemas/highlightResult'
@@ -1777,6 +1778,7 @@ components:
17771778
snippetResultMap:
17781779
type: object
17791780
description: Snippets that show the context around a matching search query.
1781+
x-is-free-form: false
17801782
additionalProperties:
17811783
x-additionalPropertiesName: attribute
17821784
$ref: '#/components/schemas/snippetResult'

0 commit comments

Comments
 (0)