From 9a3afa3104b4d3422c7b0eb38bf24a7732e3be54 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 12 Jul 2024 16:15:42 -0400 Subject: [PATCH] Release 1.0.2 (#303) * Minor changes involving updates of many imports. * De-serialization still only works with pydantic v1 only. * Still using legacy chain so deprecation warning will be surfaced to users on first use. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80c5b93..9343ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kor" -version = "1.0.1" +version = "1.0.2" description = "Extract information with LLMs from text" authors = ["Eugene Yurtsev "] license = "MIT"