File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
clients/algoliasearch-client-python Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ packages = find:
37
37
install_requires =
38
38
urllib3>=1.25.3,<2.0
39
39
requests>=2.32.3,3.0
40
- aiohttp>=3.9.2 ,<4.0
40
+ aiohttp>=3.10.11 ,<4.0
41
41
python-dateutil>=2.8.2,<3.0
42
42
pydantic>=2,3.0
43
43
typing-extensions>=4.7.1,<5.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
}
12
12
13
13
dependencies {
14
- compileOnly ' org.openapitools:openapi-generator:7.8 .0'
14
+ compileOnly ' org.openapitools:openapi-generator:7.10 .0'
15
15
}
16
16
17
17
tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export async function generateOpenapitools(
43
43
JSON . stringify (
44
44
{
45
45
'generator-cli' : {
46
- version : '7.8 .0' ,
46
+ version : '7.10 .0' ,
47
47
generators,
48
48
} ,
49
49
} ,
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ highlightResultArray:
43
43
highlightResultMap :
44
44
type : object
45
45
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
46
47
additionalProperties :
47
48
x-additionalPropertiesName : attribute
48
49
$ref : ' #/highlightResult'
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ snippetResultOption:
16
16
snippetResultMap :
17
17
type : object
18
18
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
19
20
additionalProperties :
20
21
x-additionalPropertiesName : attribute
21
22
$ref : ' #/snippetResult'
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"
You can’t perform that action at this time.
0 commit comments