diff --git a/pdm.lock b/pdm.lock index 31593a0..8b4d458 100644 --- a/pdm.lock +++ b/pdm.lock @@ -4,8 +4,8 @@ [metadata] groups = ["default", "docs", "lint", "test"] strategy = ["cross_platform"] -lock_version = "4.4.1" -content_hash = "sha256:d5e7dad00a897370028201ef7eb74ebb89b9f21da2bf261fe406ff3fe4f81cac" +lock_version = "4.4" +content_hash = "sha256:55618147d6980ea76b551d6d158a0c6fa9b7dacc5cf5b18886b0e347c93b585f" [[package]] name = "aiohttp" @@ -3000,7 +3000,7 @@ version = "2.0.26" requires_python = ">=3.7" summary = "Database Abstraction Library" dependencies = [ - "greenlet!=0.4.17; platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\"", + "greenlet!=0.4.17; platform_machine == \"aarch64\" or (platform_machine == \"ppc64le\" or (platform_machine == \"x86_64\" or (platform_machine == \"amd64\" or (platform_machine == \"AMD64\" or (platform_machine == \"win32\" or platform_machine == \"WIN32\")))))", "typing-extensions>=4.6.0", ] files = [ @@ -3447,7 +3447,7 @@ files = [ [[package]] name = "unstract-adapters" -version = "0.4.1" +version = "0.5.0" requires_python = "<3.12,>=3.9" summary = "Unstract Adapters" dependencies = [ @@ -3472,8 +3472,8 @@ dependencies = [ "weaviate-client==3.25.3", ] files = [ - {file = "unstract_adapters-0.4.1-py3-none-any.whl", hash = "sha256:d8be73fe96f37f347274b62360e2a99b69e83b93e4be4c93797e383e0a0cafbb"}, - {file = "unstract_adapters-0.4.1.tar.gz", hash = "sha256:1f0ceaa8a26af51dd46713ec73b029a115c2a9f43a00e10ae73e8dedee7e1069"}, + {file = "unstract_adapters-0.5.0-py3-none-any.whl", hash = "sha256:991e0ac5ba27bb2a1f8885c029543b3926171e7f6c7a98eb98efa553a02b0654"}, + {file = "unstract_adapters-0.5.0.tar.gz", hash = "sha256:83754413af26c2668056b63590e8b2feccd95c540ad573557f70a321421a0db2"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 00633a9..6dbc3f2 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.4.1", + "unstract-adapters~=0.5.0", "llama-index==0.9.28", "tiktoken~=0.4.0", "transformers==4.37.0", diff --git a/src/unstract/sdk/__init__.py b/src/unstract/sdk/__init__.py index 724ca10..0d1b67c 100644 --- a/src/unstract/sdk/__init__.py +++ b/src/unstract/sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.15.1" +__version__ = "0.15.2" def get_sdk_version():