mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 13:27:08 +00:00
* 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:
committed by
GitHub
parent
278d7ae4c9
commit
0e42edc95b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user