From ce9b002292c696257174f3704cff28e52b9f7949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:55:08 +0000 Subject: [PATCH] chore(deps): update dependency instructor to v1.4.3 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pypi | instructor | 1.4.0 | 1.4.3 | --- 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 0590c0fc3..0e7df7510 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.1", - "instructor == 1.4.0", + "instructor ==1.4.3", "pyPDF2 == 3.0.1" ] requires-python = "~=3.11"