From 59847413ad7d1bd042b8864645afa7eb558c5835 Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Sat, 14 Sep 2024 05:48:13 +0700 Subject: [PATCH] Bumping the version of instructor to 1.4.2 (#992) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca2d371f2..30df69ca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "instructor" -version = "1.4.1" +version = "1.4.2" description = "structured outputs for llm" authors = ["Jason Liu "] license = "MIT"