3 Commits
v0.7 ... v0.7.2

Author SHA1 Message Date
419eb97916 Fix Image Push
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 39s
2024-10-30 15:07:51 +01:00
b38acc1f0f Try to fix push error
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 37s
2024-10-30 15:04:39 +01:00
3fb3602163 Update Docs 2024-10-30 00:01:49 +01:00
3 changed files with 3 additions and 251 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -885,7 +885,7 @@ about a riddle.</p>
</div>
<div id="RiddleData.file_plain" class="classattr">
<div class="attr variable">
<span class="name">file_plain</span><span class="annotation">: Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x105aed3a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x105e105e0&gt;, json_schema_input_type=PydanticUndefined)]</span>
<span class="name">file_plain</span><span class="annotation">: Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x1063893a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x1066ac5e0&gt;, json_schema_input_type=PydanticUndefined)]</span>
</div>
@ -901,7 +901,7 @@ The file must exist.</p>
</div>
<div id="RiddleData.file_extracted" class="classattr">
<div class="attr variable">
<span class="name">file_extracted</span><span class="annotation">: Optional[Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x105aed3a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x105e105e0&gt;, json_schema_input_type=PydanticUndefined)]]</span>
<span class="name">file_extracted</span><span class="annotation">: Optional[Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x1063893a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x1066ac5e0&gt;, json_schema_input_type=PydanticUndefined)]]</span>
</div>