fix: update type hints for Python 3.9 compatibility #3868
Annotations
12 errors
Ruff (UP007):
instructor/multimodal.py#L48
instructor/multimodal.py:48:13: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
instructor/multimodal.py#L52
instructor/multimodal.py:52:11: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
instructor/multimodal.py#L56
instructor/multimodal.py:56:33: UP007 Use `X | Y` for type annotations
|
Ruff (UP037):
instructor/multimodal.py#L56
instructor/multimodal.py:56:54: UP037 Remove quotes from type annotation
|
Ruff (UP007):
instructor/multimodal.py#L82
instructor/multimodal.py:82:22: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
instructor/multimodal.py#L83
instructor/multimodal.py:83:10: UP007 Use `X | Y` for type annotations
|
Ruff (UP037):
instructor/multimodal.py#L83
instructor/multimodal.py:83:16: UP037 Remove quotes from type annotation
|
Ruff (UP037):
instructor/multimodal.py#L102
instructor/multimodal.py:102:44: UP037 Remove quotes from type annotation
|
Ruff (UP037):
instructor/multimodal.py#L116
instructor/multimodal.py:116:44: UP037 Remove quotes from type annotation
|
Ruff (UP007):
instructor/multimodal.py#L121
instructor/multimodal.py:121:23: UP007 Use `X | Y` for type annotations
|
Ruff (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
Ruff (macos-latest)
The operation was canceled.
|