[#21619] fix(python): update pyproject.toml license format with poetry1 fallback (#21931)

* Add support for both string and object license formats in `pyproject.toml` for Python and Python-Pydantic generators. (#21619)

* Generate the samples (#21698)

* Generate the samples (#21698)

* Remove Python-Pydantic-v1 license format tests (#21619)

* Revert license format to string in Python-Pydantic-v1 samples (#21619)
This commit is contained in:
keepConcentration
2025-09-10 16:35:10 +09:00
committed by GitHub
parent 278d7ae4c9
commit 0e42edc95b
6 changed files with 113 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ description = "Echo Server API"
authors = [
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
]
license = "Apache 2.0"
license = { text = "Apache 2.0" }
readme = "README.md"
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
requires-python = ">=3.9"