From 7c9d85518ac337d5fe33e7d3a3243100cad7af49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:41:32 -0400 Subject: [PATCH] chore(deps): update dependency instructor to v1.4.3 (#1071) | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pypi | instructor | 1.4.0 | 1.4.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/leapfrogai_evals/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leapfrogai_evals/pyproject.toml b/src/leapfrogai_evals/pyproject.toml index f900e9e3f..c80752f13 100644 --- a/src/leapfrogai_evals/pyproject.toml +++ b/src/leapfrogai_evals/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "datasets == 2.21.0", "huggingface-hub == 0.24.6", "anthropic ==0.34.2", - "instructor == 1.4.0", + "instructor ==1.4.3", "pyPDF2 == 3.0.1" ] requires-python = "~=3.11"