[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:
James Kent
2026-02-23 17:54:26 -06:00
committed by GitHub
parent 905b930144
commit a5e2fdf667
33 changed files with 231 additions and 232 deletions
-1
View File
@@ -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>