Skip to content

Commit a7cb586

Browse files
committed
Update samples
1 parent 557a112 commit a7cb586

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
license = "Apache 2.0"
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
11-
requires-python = ">3.8"
11+
requires-python = ">=3.9"
1212

1313
dependencies = [
1414
"urllib3 (>=2.1.0,<3.0.0)",

samples/client/echo_api/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
license = "Apache 2.0"
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
11-
requires-python = ">3.8"
11+
requires-python = ">=3.9"
1212

1313
dependencies = [
1414
"urllib3 (>=2.1.0,<3.0.0)",

samples/openapi3/client/petstore/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
license = "Apache-2.0"
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
11-
requires-python = ">3.8"
11+
requires-python = ">=3.9"
1212

1313
dependencies = [
1414
"urllib3 (>=2.1.0,<3.0.0)",

0 commit comments

Comments
 (0)