From 650b9fb935557dec60612cd6f80e65696e3612b5 Mon Sep 17 00:00:00 2001 From: johnyrahul Date: Fri, 23 Feb 2024 17:56:00 +0530 Subject: [PATCH 1/2] Bumped adapter version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 874a15f0..231ab4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "python-magic~=0.4.27", "python-dotenv==1.0.0", # LLM Triad - "unstract-adapters~=0.2.0", + "unstract-adapters~=0.2.1", "llama-index==0.9.28", "tiktoken~=0.4.0", "transformers==4.37.0", From 904a5c9baf08aaa586878ab6ff29cb93fefded88 Mon Sep 17 00:00:00 2001 From: johnyrahul Date: Fri, 23 Feb 2024 18:03:05 +0530 Subject: [PATCH 2/2] Bumped SDK version --- src/unstract/sdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstract/sdk/__init__.py b/src/unstract/sdk/__init__.py index 44ae57a0..56617d94 100644 --- a/src/unstract/sdk/__init__.py +++ b/src/unstract/sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.10.0" +__version__ = "0.10.1" def get_sdk_version():