runtime error

Exit code: 1. Reason: comp> {k: self._generate_md_field_schema(k, v, decorators) for k, v in fields.items()}, File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 1201, in _generate_md_field_schema common_field = self._common_field_schema(name, field_info, decorators) File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 1367, in _common_field_schema schema = self._apply_annotations( File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 2279, in _apply_annotations schema = get_inner_schema(source_type) File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in __call__ schema = self._handler(source_type) File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 2261, in inner_handler schema = self._generate_schema_inner(obj) File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 1004, in _generate_schema_inner return self.match_type(obj) File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 1122, in match_type return self._unknown_type_schema(obj) File "/app/venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py", line 634, in _unknown_type_schema raise PydanticSchemaGenerationError( pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'main.ModalityType'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it. If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion. For further information visit https://errors.pydantic.dev/2.11/u/schema-for-unknown-type

Container logs:

Fetching error logs...