Skip to content

Commit dd6bde3

Browse files
Generate the samples (OpenAPITools#21698)
1 parent 89d7af1 commit dd6bde3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Echo Server API"
55
authors = [
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
77
]
8-
license = "Apache 2.0"
8+
license = { text = "Apache 2.0" }
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
1111
requires-python = ">=3.9"

samples/client/echo_api/python-pydantic-v1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openapi_client"
33
version = "1.0.0"
44
description = "Echo Server API"
55
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6-
license = "Apache 2.0"
6+
license = { text = "Apache 2.0" }
77
readme = "README.md"
88
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]

samples/client/echo_api/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Echo Server API"
55
authors = [
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
77
]
8-
license = "Apache 2.0"
8+
license = { text = "Apache 2.0" }
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
1111
requires-python = ">=3.9"

samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "petstore_api"
33
version = "1.0.0"
44
description = "OpenAPI Petstore"
55
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6-
license = "Apache-2.0"
6+
license = { text = "Apache-2.0" }
77
readme = "README.md"
88
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]

samples/openapi3/client/petstore/python-pydantic-v1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "petstore_api"
33
version = "1.0.0"
44
description = "OpenAPI Petstore"
55
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6-
license = "Apache-2.0"
6+
license = { text = "Apache-2.0" }
77
readme = "README.md"
88
repository = "https://GIT_HOST/GIT_USER_ID/GIT_REPO_ID"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "OpenAPI Petstore"
55
authors = [
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
77
]
8-
license = "Apache-2.0"
8+
license = { text = "Apache-2.0" }
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)