Spaces:
Sleeping
Sleeping
Update utils/instructor.py
Browse files- utils/instructor.py +1 -1
utils/instructor.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from typing_extensions import Self, Optional
|
| 2 |
from pydantic import model_validator
|
| 3 |
from sqlmodel import Field, Relationship
|
| 4 |
|
|
|
|
| 1 |
+
from typing_extensions import Self, Optional, Union
|
| 2 |
from pydantic import model_validator
|
| 3 |
from sqlmodel import Field, Relationship
|
| 4 |
|