mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-26 23:24:13 +00:00
[PYTHON] switch from mutable bytearray to immutable bytes to avoid pydantic error (#22988)
* switch from mutable bytearray to immutable bytes * update python samples
This commit is contained in:
@@ -55,7 +55,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|
||||
<li>List</li>
|
||||
<li>UUID</li>
|
||||
<li>bool</li>
|
||||
<li>bytearray</li>
|
||||
<li>bytes</li>
|
||||
<li>date</li>
|
||||
<li>datetime</li>
|
||||
|
||||
Reference in New Issue
Block a user