Skip to content

Commit 691df71

Browse files
authored
chore(deps): upgrade openapi-generator to v7.10.0 (#4131)
1 parent 100ded8 commit 691df71

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

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

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/common/schemas/HighlightResult.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ highlightResultArray:
4343
highlightResultMap:
4444
type: object
4545
description: Surround words that match the query with HTML tags for highlighting.
46+
x-is-free-form: false # openapi-generator thinks this is a free-form object since https://github.com/OpenAPITools/openapi-generator/pull/19605
4647
additionalProperties:
4748
x-additionalPropertiesName: attribute
4849
$ref: '#/highlightResult'

specs/common/schemas/SnippetResult.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ snippetResultOption:
1616
snippetResultMap:
1717
type: object
1818
description: Snippets that show the context around a matching search query.
19+
x-is-free-form: false # openapi-generator thinks this is a free-form object since https://github.com/OpenAPITools/openapi-generator/pull/19605
1920
additionalProperties:
2021
x-additionalPropertiesName: attribute
2122
$ref: '#/snippetResult'

templates/python/pyproject.mustache

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"

0 commit comments

Comments
 (0)