Skip to content

Commit 8fe5f81

Browse files
Revert license format to string in Python-Pydantic-v1 samples (#21619)
1 parent 77cbc63 commit 8fe5f81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = { text = "Apache 2.0" }
6+
license = "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/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 = { text = "Apache-2.0" }
6+
license = "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 = { text = "Apache-2.0" }
6+
license = "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"]

0 commit comments

Comments
 (0)