From 4d52ddb0461bfea9f8f7fc1f859c9ec77ca30187 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 7 Feb 2024 09:39:53 -0500 Subject: [PATCH] udpate tests to support iterable base properly --- instructor/patch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/instructor/patch.py b/instructor/patch.py index e000d38..211e507 100644 --- a/instructor/patch.py +++ b/instructor/patch.py @@ -3,6 +3,7 @@ import json import logging from collections.abc import Iterable from functools import wraps +import pandas as pd from tenacity import Retrying, AsyncRetrying, stop_after_attempt, RetryError from json import JSONDecodeError from typing import (