runtime error

Exit code: 1. Reason: atch.py", line 16, in <module> from ..processing.response import handle_response_model File "/home/user/.local/lib/python3.9/site-packages/instructor/processing/response.py", line 56, in <module> from .multimodal import convert_messages File "/home/user/.local/lib/python3.9/site-packages/instructor/processing/multimodal.py", line 488, in <module> class PDF(BaseModel): File "/home/user/.local/lib/python3.9/site-packages/pydantic/_internal/_model_construction.py", line 221, in __new__ set_model_fields(cls, config_wrapper=config_wrapper, ns_resolver=ns_resolver) File "/home/user/.local/lib/python3.9/site-packages/pydantic/_internal/_model_construction.py", line 544, in set_model_fields fields, class_vars = collect_model_fields(cls, config_wrapper, ns_resolver, typevars_map=typevars_map) File "/home/user/.local/lib/python3.9/site-packages/pydantic/_internal/_fields.py", line 118, in collect_model_fields type_hints = _typing_extra.get_model_type_hints(cls, ns_resolver=ns_resolver) File "/home/user/.local/lib/python3.9/site-packages/pydantic/_internal/_typing_extra.py", line 329, in get_model_type_hints hints[name] = try_eval_type(value, globalns, localns) File "/home/user/.local/lib/python3.9/site-packages/pydantic/_internal/_typing_extra.py", line 378, in try_eval_type return eval_type_backport(value, globalns, localns), True File "/home/user/.local/lib/python3.9/site-packages/pydantic/_internal/_typing_extra.py", line 429, in eval_type_backport return _eval_type_backport(value, globalns, localns, type_params) File "/home/user/.local/lib/python3.9/site-packages/pydantic/_internal/_typing_extra.py", line 474, in _eval_type_backport raise TypeError( TypeError: Unable to evaluate type annotation 'str | Path'. If you are making use of the new typing syntax (unions using `|` since Python 3.10 or builtins subscripting since Python 3.9), you should either replace the use of new syntax with the existing `typing` constructs or install the `eval_type_backport` package.

Container logs:

Fetching error logs...